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 3ac75fa commit d030fd0Copy full SHA for d030fd0
1 file changed
identify/extensions.py
@@ -50,6 +50,7 @@
50
'css': {'text', 'css'},
51
'csv': {'text', 'csv'},
52
'csx': {'text', 'c#', 'c#script'},
53
+ 'cts': {'text', 'ts'},
54
'cu': {'text', 'cuda'},
55
'cue': {'text', 'cue'},
56
'cuh': {'text', 'cuda'},
@@ -183,6 +184,7 @@
183
184
'modulemap': {'text', 'modulemap'},
185
'mscx': {'text', 'xml', 'musescore'},
186
'mscz': {'binary', 'zip', 'musescore'},
187
+ 'mts': {'text', 'ts'},
188
'mustache': {'text', 'mustache'},
189
'myst': {'text', 'myst'},
190
'ngdoc': {'text', 'ngdoc'},
0 commit comments