Skip to content

Commit

Permalink
Add C# Script and F# Source and Script filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimhaus authored Nov 19, 2024
1 parent 6fd6f6b commit 13e6105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down Expand Up @@ -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'},
Expand Down

0 comments on commit 13e6105

Please sign in to comment.