Skip to content

Commit ded1baf

Browse files
fix(typescript): add support for mts and cts extensions (#11)
1 parent 62007a4 commit ded1baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/grammars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"language": "typescript",
4444
"scopeName": "source.ts",
45-
"extensions": [".ts"],
45+
"extensions": [".ts", ".mts", ".cts"],
4646
"grammar": "TypeScript.tmLanguage.json",
4747
"tokenTypes": {
4848
"entity.name.type.instance.jsdoc": "other",

0 commit comments

Comments
 (0)