Reduce diff

This commit is contained in:
Alex Dima
2019-07-29 13:44:39 +02:00
parent 6a158443d7
commit 4eb531b613
5 changed files with 12 additions and 8 deletions

View File

@@ -53,7 +53,13 @@
{
"language": "typescript",
"scopeName": "source.ts",
"path": "./syntaxes/TypeScript.tmLanguage.json"
"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"
}
},
{
"language": "typescriptreact",
@@ -124,4 +130,4 @@
}
]
}
}
}