handle plain strings w/ non-initial quotes

This commit is contained in:
Todd Lewis 2017-05-04 19:34:52 -04:00
parent a832dbd5f4
commit 59069ed296
1 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"#" line_comment recolor=-1
:idle Constant
* idle
* plain_scalar noeat
"\n" line_start
" " maybe_idlecomment
"%" directive recolor=-1
@ -39,6 +39,11 @@
"*&" maybe_reference
"!" maybe_typecast
:plain_scalar Constant
* plain_scalar
"\t" bad_tab recolor=-1
"\n" line_start noeat
:maybe_key Idle
* maybe_key1 recolor=-1 mark
"\n" line_start