This website works better with JavaScript.
Home
Help
Sign In
cn
/
joe-syntax
mirror of
https://github.com/cmur2/joe-syntax.git
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
PHP: Fix end " or ' hilite after variable substitution
pull/3/head
cn
9 years ago
parent
ef99b6b10c
commit
370e61b5b2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
php.jsf
+ 2
- 2
php.jsf
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
Write
Preview
Loading…
Cancel
Save