sonar-xquery-plugin icon indicating copy to clipboard operation
sonar-xquery-plugin copied to clipboard

Lexer: Recognize "TODO" comments

Open malteseduck opened this issue 11 years ago • 1 comments

Update the lexer so that it recognizes the construct "(: TODO" as the beginning of a special "todo" comment (vs. the normal comment).

malteseduck avatar Sep 09 '13 15:09 malteseduck

Should we allow multi-line? Might be easy if the whitespace is all consumed after the "(:" token? Maybe just start with the simple case?

malteseduck avatar Sep 09 '13 15:09 malteseduck