1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-30 08:54:23 +01:00

PHP: Fix end " or ' hilite after variable substitution

This commit is contained in:
cn 2012-04-10 13:55:20 +02:00
parent ef99b6b10c
commit 370e61b5b2

View File

@ -96,13 +96,13 @@ done
:var_indqstring Var
* string_dq recolor=-1
"a-zA-Z_" var_indqstring
"\"" idle
"\"" string_dq noeat
"\\" string_dq_esc recolor=-1
:var_inbqstring Var
* string_bq recolor=-1
"a-zA-Z_" var_inbqstring
"\`" idle
"\`" string_sq noeat
"\\" string_bq_esc recolor=-1
:maybe_method Methods