Sublime Forum

Tmlanguage name for TODO

#1

If I wanted to differentiate TODO: and FIXME: comments differently from other comments, can someone suggest an appropriate name?

Here is the comment section from the TM Language Grammars manual.

comment — for comments.
line — line comments, we specialize further so that the type of comment start
character(s) can be extracted from the scope.
double-slash — // comment
double-dash — – comment
number-sign — # comment
percentage — % comment
character — other types of line comments.
block — multi-line comments like /* … */ and .
documentation — embedded documentation.

0 Likes