Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from jamischarles/master
Browse files Browse the repository at this point in the history
Revert "Match lower case version of todo/fixme"
  • Loading branch information
kevinsawicki committed Mar 18, 2014
2 parents 8bd407e + a6c14d6 commit 162444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/todo.cson
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'injectionSelector': 'comment, text.plain'
'patterns': [
{
'match': '(?<!\\w)@?(TODO|todo|FIXME|fixme|CHANGED)\\b'
'match': '(?<!\\w)@?(TODO|FIXME|CHANGED)\\b'
'name': 'storage.type.class.${1:/downcase}'
}
{
Expand Down

0 comments on commit 162444b

Please sign in to comment.