diff --git a/identify/extensions.py b/identify/extensions.py index 09a7126..0341dd3 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -43,6 +43,7 @@ 'cson': {'text', 'cson'}, 'css': {'text', 'css'}, 'csv': {'text', 'csv'}, + 'csx': {'text', 'c#', 'c#script'}, 'cu': {'text', 'cuda'}, 'cue': {'text', 'cue'}, 'cuh': {'text', 'cuda'}, @@ -75,6 +76,8 @@ 'feature': {'text', 'gherkin'}, 'fish': {'text', 'fish'}, 'fits': {'binary', 'fits'}, + 'fs': {'text', 'f#'}, + 'fsx': {'text', 'f#', 'f#script'}, 'gd': {'text', 'gdscript'}, 'gemspec': {'text', 'ruby'}, 'geojson': {'text', 'geojson', 'json'},