Fix spaces after '#'

This commit is contained in:
Todd Lewis 2017-02-03 14:42:48 -05:00
parent 7ba201799e
commit a832dbd5f4
1 changed files with 2 additions and 10 deletions

View File

@ -20,20 +20,12 @@
:line_start Idle
* maybe_key noeat
"\t" bad_tab recolor=-1
"#" maybe_lscomment1
"#" line_comment recolor=-1
" " line_start
:maybe_lscomment1 Idle
* maybe_key noeat
" " line_comment recolor=-2
:maybe_idlecomment Comment
* idle noeat
"#" maybe_idlecomment2
:maybe_idlecomment2 Comment
* idle recolor=-2
" " line_comment recolor=-2
"#" line_comment recolor=-1
:idle Constant
* idle