dertuxmalwieder / SublimeTodoTxt

Sublime Text syntax highlighting for Todo.txt
125 stars 19 forks source link

remove white space in regex for date detection #5

Closed shaneknysh closed 10 years ago

shaneknysh commented 10 years ago

correct a typo in the regex for the date detection

dertuxmalwieder commented 10 years ago

Actually, that's not a typo, two dates should be separated by a space. Or have I missed something?

shaneknysh commented 10 years ago

oops my mistake

When I put in the space lines that start with a date the dates are not detected. When I take the space out they detected. But I pulled a fresh copy and it is working as desired with the space but the regex is different. I must have edited the local file regex and forgotten to restore it.

Please reject the pull request.

dertuxmalwieder commented 10 years ago

OK. ;-) Glad to help you. :P

(AFAICS there is no "reject" functionality on GitHub.)