We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6f6b commit 13e6105Copy full SHA for 13e6105
identify/extensions.py
@@ -43,6 +43,7 @@
43
'cson': {'text', 'cson'},
44
'css': {'text', 'css'},
45
'csv': {'text', 'csv'},
46
+ 'csx': {'text', 'c#', 'c#script'},
47
'cu': {'text', 'cuda'},
48
'cue': {'text', 'cue'},
49
'cuh': {'text', 'cuda'},
@@ -75,6 +76,8 @@
75
76
'feature': {'text', 'gherkin'},
77
'fish': {'text', 'fish'},
78
'fits': {'binary', 'fits'},
79
+ 'fs': {'text', 'f#'},
80
+ 'fsx': {'text', 'f#', 'f#script'},
81
'gd': {'text', 'gdscript'},
82
'gemspec': {'text', 'ruby'},
83
'geojson': {'text', 'geojson', 'json'},
0 commit comments