1
0
Fork 0

Merging upstream version 2.6.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:40:16 +01:00
parent 7d067fa8ca
commit 5b95abd710
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 13 additions and 12 deletions

View file

@ -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

View file

@ -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'},