mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fix(php): only highlight the spaces that are trailing
This commit is contained in:
parent
2c00b969da
commit
1ef8583bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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="\*/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue