Merge pull request #308 from G-Rath/patch-6

fix(php): only highlight the spaces that are trailing
This commit is contained in:
Anthony Scopatz
2020-05-12 12:30:02 -04:00
committed by GitHub
+1 -1
View File
@@ -37,6 +37,6 @@ color red "(<\?(php)?|\?>)"
# General HTML
color red start="\?>" end="<\?(php|=)?"
# trailing whitespace
color ,green "[^[:space:]]{1}[[:space:]]+$"
color ,green "[[:space:]]+$"
# multi-line comments
color brightyellow start="/\*" end="\*/"