syntax: php: colorize the full short tag for echo (<?=)

master
Benno Schulenberg 2021-05-05 12:09:17 +02:00
parent b368faf11c
commit c01b13a32c
1 changed files with 1 additions and 1 deletions

View File

@ -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]*\("