Change tab coloring behavior for several rc's

The commit mariuszs/nanorc@e5cc8be863
introduced a number of rc files that cause tabs to always show as red
(even with trailing spaces). Adjust the behavior according to changes in
https://github.com/nanorc/nanorc/blob/master/mixins/lint.nanorc, which
seems to be an updated source of the original commit. Make tabs appear
green without trailing characters, red with trailing spaces, and
uncolored when followed by any other character.
This commit is contained in:
Jody Leonard 2015-10-24 05:52:47 -04:00
parent cf16158513
commit b64de43467
27 changed files with 29 additions and 29 deletions

View file

@ -13,4 +13,4 @@ color brightyellow "@[A-Za-z0-9_]*"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " +"
color ,red " + +| + +"