fix(php): only highlight the spaces that are trailing
This commit is contained in:
+1
-1
@@ -37,6 +37,6 @@ color red "(<\?(php)?|\?>)"
|
|||||||
# General HTML
|
# General HTML
|
||||||
color red start="\?>" end="<\?(php|=)?"
|
color red start="\?>" end="<\?(php|=)?"
|
||||||
# trailing whitespace
|
# trailing whitespace
|
||||||
color ,green "[^[:space:]]{1}[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
# multi-line comments
|
# multi-line comments
|
||||||
color brightyellow start="/\*" end="\*/"
|
color brightyellow start="/\*" end="\*/"
|
||||||
|
|||||||
Reference in New Issue
Block a user