diff --git a/git.nanorc b/git.nanorc index 264aeaa..0aaf475 100644 --- a/git.nanorc +++ b/git.nanorc @@ -46,7 +46,7 @@ color brightblack "^#[[:space:]]On branch" color brightblack "#" # Trailing spaces (+LINT is not ok, git uses tabs) -color ,red "[[:space:]]+$" +color ,green "[[:space:]]+$" # This syntax format is used for interactive rebasing diff --git a/tcl.nanorc b/tcl.nanorc index 16031ef..7829cb0 100644 --- a/tcl.nanorc +++ b/tcl.nanorc @@ -21,4 +21,4 @@ icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" ## Comments color magenta "(^|;)[[:space:]]*#.*" ## Trailing whitespace -color ,blue "[[:space:]]+$" +color ,green "[[:space:]]+$" diff --git a/zsh.nanorc b/zsh.nanorc index 24c8a3a..e92afcc 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -39,4 +39,4 @@ color cyan "(^|[[:space:]])#.*$" color brightcyan "(^|[[:space:]])##.*$" ## Trailing spaces -color ,blue "[[:space:]]+$" +color ,green "[[:space:]]+$"