Highlight trailing whitespaces
Taken from the sh.nanorc file for highlighting trailing whitespaces
This commit is contained in:
@@ -71,3 +71,6 @@ color green "\-\-.*$"
|
||||
|
||||
# Multiline comments
|
||||
color green start="\s*\-\-\s*\[\[" end="\]\]"
|
||||
|
||||
# Trailing whitespaces
|
||||
color ,green "[[:space:]]+$"
|
||||
|
||||
Reference in New Issue
Block a user