repair comments again

This commit is contained in:
Todd Lewis 2017-08-04 14:23:50 -04:00
parent 21c49f517b
commit 1d8db8f84e
1 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
=Directive red
=Reference yellow
=LocalType blue
=LocalType fg_310 # brown
=BlockDelim bold blue
=BadTab inverse red
@ -23,14 +23,9 @@
"#" line_comment recolor=-1
" " line_start
:maybe_idlecomment Comment
* idle noeat
"#" line_comment recolor=-1
:idle Constant
* plain_scalar noeat
"\n" line_start
" " maybe_idlecomment
"%" directive recolor=-1
" " maybe_idle_comment
"'" string_sq_1 recolor=-1
@ -55,7 +50,8 @@
:maybe_key1 Constant
* idle noeat
":" key
" a-zA-Z0-9_-" maybe_key1
"a-zA-Z0-9_-" maybe_key1
" " maybe_key1_comment noeat
# necessary to include the :
:key Idle
@ -72,6 +68,10 @@
* plain_scalar noeat
"#" line_comment
:maybe_key1_comment Comment
* maybe_key1 noeat
"#" line_comment
:maybe_idle_comment Comment
* idle noeat
"#" line_comment