sonar-xquery-plugin
sonar-xquery-plugin copied to clipboard
Lexer: Recognize "TODO" comments
Update the lexer so that it recognizes the construct "(: TODO" as the beginning of a special "todo" comment (vs. the normal comment).
Should we allow multi-line? Might be easy if the whitespace is all consumed after the "(:" token? Maybe just start with the simple case?