Add a fast TypeScript classifier

This commit is contained in:
Alex Dima
2019-07-15 23:59:47 +02:00
parent 8154b723da
commit 1b8a37d64e
8 changed files with 601 additions and 13 deletions

View File

@@ -53,13 +53,7 @@
{
"language": "typescript",
"scopeName": "source.ts",
"path": "./syntaxes/TypeScript.tmLanguage.json",
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
"path": "./syntaxes/TypeScript.tmLanguage.json"
},
{
"language": "typescriptreact",