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