Skip to content

Commit d030fd0

Browse files
committed
Add cts and mts as TypeScript file extensions
1 parent 3ac75fa commit d030fd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'css': {'text', 'css'},
5151
'csv': {'text', 'csv'},
5252
'csx': {'text', 'c#', 'c#script'},
53+
'cts': {'text', 'ts'},
5354
'cu': {'text', 'cuda'},
5455
'cue': {'text', 'cue'},
5556
'cuh': {'text', 'cuda'},
@@ -183,6 +184,7 @@
183184
'modulemap': {'text', 'modulemap'},
184185
'mscx': {'text', 'xml', 'musescore'},
185186
'mscz': {'binary', 'zip', 'musescore'},
187+
'mts': {'text', 'ts'},
186188
'mustache': {'text', 'mustache'},
187189
'myst': {'text', 'myst'},
188190
'ngdoc': {'text', 'ngdoc'},

0 commit comments

Comments
 (0)