syntax: php: colorize the full short tag for echo (<?=)
parent
b368faf11c
commit
c01b13a32c
|
@ -5,7 +5,7 @@ magic "PHP script"
|
||||||
comment "//"
|
comment "//"
|
||||||
|
|
||||||
# PHP markings.
|
# PHP markings.
|
||||||
color brightgreen "(<\?(php)?|\?>)"
|
color brightgreen "(<\?(php|=)?|\?>)"
|
||||||
|
|
||||||
# Function names.
|
# Function names.
|
||||||
color white "\<[A-Za-z_][A-Za-z_0-9]*\("
|
color white "\<[A-Za-z_][A-Za-z_0-9]*\("
|
||||||
|
|
Loading…
Reference in New Issue