From baca1257d88946fe404e281d58a0449f7b923978 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Sep 2022 13:24:41 +0200 Subject: Merging upstream version 2.5.5. Signed-off-by: Daniel Baumann --- identify/extensions.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'identify/extensions.py') diff --git a/identify/extensions.py b/identify/extensions.py index f757cfc..3d2da78 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -38,6 +38,7 @@ EXTENSIONS = { 'cu': {'text', 'cuda'}, 'cuh': {'text', 'cuda'}, 'cxx': {'text', 'c++'}, + 'cylc': {'text', 'cylc'}, 'dart': {'text', 'dart'}, 'def': {'text', 'def'}, 'dll': {'binary'}, @@ -51,6 +52,10 @@ EXTENSIONS = { 'erb': {'text', 'erb'}, 'exe': {'binary'}, 'eyaml': {'text', 'yaml'}, + 'f03': {'text', 'fortran'}, + 'f08': {'text', 'fortran'}, + 'f90': {'text', 'fortran'}, + 'f95': {'text', 'fortran'}, 'feature': {'text', 'gherkin'}, 'fish': {'text', 'fish'}, 'fits': {'binary', 'fits'}, @@ -96,6 +101,7 @@ EXTENSIONS = { 'jenkinsfile': {'text', 'groovy', 'jenkins'}, 'jinja': {'text', 'jinja'}, 'jinja2': {'text', 'jinja'}, + 'jl': {'text', 'julia'}, 'jpeg': {'binary', 'image', 'jpeg'}, 'jpg': {'binary', 'image', 'jpeg'}, 'js': {'text', 'javascript'}, @@ -280,6 +286,7 @@ NAMES = { '.gitlint': EXTENSIONS['ini'] | {'gitlint'}, '.gitmodules': {'text', 'gitmodules'}, '.hgrc': EXTENSIONS['ini'] | {'hgrc'}, + '.isort.cfg': EXTENSIONS['ini'] | {'isort'}, '.jshintrc': EXTENSIONS['json'] | {'jshintrc'}, '.mailmap': {'text', 'mailmap'}, '.mention-bot': EXTENSIONS['json'] | {'mention-bot'}, -- cgit v1.2.3