Skip to content

Commit 8dcf6f3

Browse files
authored
Merge pull request #486 from axtimhaus/patch-1
Add C# Script and F# Source and Script filetypes
2 parents 6fd6f6b + 13e6105 commit 8dcf6f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

identify/extensions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'cson': {'text', 'cson'},
4444
'css': {'text', 'css'},
4545
'csv': {'text', 'csv'},
46+
'csx': {'text', 'c#', 'c#script'},
4647
'cu': {'text', 'cuda'},
4748
'cue': {'text', 'cue'},
4849
'cuh': {'text', 'cuda'},
@@ -75,6 +76,8 @@
7576
'feature': {'text', 'gherkin'},
7677
'fish': {'text', 'fish'},
7778
'fits': {'binary', 'fits'},
79+
'fs': {'text', 'f#'},
80+
'fsx': {'text', 'f#', 'f#script'},
7881
'gd': {'text', 'gdscript'},
7982
'gemspec': {'text', 'ruby'},
8083
'geojson': {'text', 'geojson', 'json'},

0 commit comments

Comments
 (0)