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:
It would be nice if the scopes could be updated for these elements.
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
:It would be nice if the scopes could be updated for these elements.