malteseduck / sonar-xquery-plugin

A plugin for the sonar code analysis tool to do static code analysis of XQuery files to find potential security, performance, and standards problems.
Apache License 2.0
20 stars 7 forks source link

Lexer: Recognize "TODO" comments #10

Open malteseduck opened 11 years ago

malteseduck commented 11 years ago

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

malteseduck commented 11 years ago

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