Skip to content

Commit

Permalink
Add TODOs to Code Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Jan 13, 2011
1 parent 221b79e commit 40d7b26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Contents/Resources/RegexSymbols.xml
Expand Up @@ -52,5 +52,10 @@
<symbol id="Pragma marks" font-weight="normal" font-style="normal" image="SymbolMark" indentation="0" ignoreblocks="no" show-in-comments="yes">
<regex>//\s*!([^\n\r]+)</regex>
</symbol>

<symbol id="TODOs" font-weight="bold" font-style="normal" image="SymbolWarn" indentation="0" ignoreblocks="no" show-in-comments="yes">
<regex>^[ \t]*(?:\*|#|\/\/)[ \t]*(?:@?TODO|@todo|FIXME)[ \t]+([^\n\r]*)</regex>
</symbol>

<!-- END -->
</symbols>

0 comments on commit 40d7b26

Please sign in to comment.