microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
415 stars 130 forks source link

Update TM Scopes for JSDoc comment tags `@import` and `@template` #1031

Open Arkellys opened 6 months ago

Arkellys commented 6 months ago

It's currently possible to customize the color of the JSDoc comments using textMateRules. However, some elements don't have the proper scope, such as the new @import tag and default value of @template:

image

It would be nice if the scopes could be updated for these elements.