Merging upstream version 2.6.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7d067fa8ca
commit
5b95abd710
5 changed files with 13 additions and 12 deletions
|
@ -2,7 +2,7 @@ from __future__ import annotations
|
|||
|
||||
import argparse
|
||||
import json
|
||||
from typing import Sequence
|
||||
from collections.abc import Sequence
|
||||
|
||||
from identify import identify
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ EXTENSIONS = {
|
|||
'edn': {'text', 'clojure', 'edn'},
|
||||
'ejs': {'text', 'ejs'},
|
||||
'ejson': {'text', 'json', 'ejson'},
|
||||
'elm': {'text', 'elm'},
|
||||
'env': {'text', 'dotenv'},
|
||||
'eot': {'binary', 'eot'},
|
||||
'eps': {'binary', 'eps'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue