Skip to content

Commit

Permalink
fix(typescript): add support for mts and cts extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Jul 3, 2024
1 parent 62007a4 commit bf65baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/grammars.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"language": "typescript",
"scopeName": "source.ts",
"extensions": [".ts"],
"extensions": [".ts", ".mts", ".cts"],
"grammar": "TypeScript.tmLanguage.json",
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
Expand Down

0 comments on commit bf65baa

Please sign in to comment.