I’m able to change an entire documentation block’s color inside textmate by using the scope comment.block.documentation
However is it possible to change the color of specific words inside that docblock?
I’m refering to change the color of words or even the entire line like
@TODO
@FIXME
@CHANGED
thanks.
Ok… i was able to find the answer.
Bundles > Bundle Editor > Show Bundle Editor
Select the Language Javascript (note… the language has a L icon inside the Javascript item on the left list)
find for the scope named comment.block.documentation.js and modify it accordingly
after you just have to change the color on the prefs window, using the declared selector!