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:
parent
ef99b6b10c
commit
370e61b5b2
4
php.jsf
4
php.jsf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user