mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-04 07:24:14 +03:00
syntax: tcl: colorize comments normally, not with a background hue
This makes for a less "messy" and more readable appearance. Suggested-by: Michael Siegel <msi@malbolge.net>
This commit is contained in:
parent
5acfa5bb7b
commit
9cdc64c97a
@ -17,4 +17,5 @@ color green "(\(|\)|\;|`|\\|\$|<|>|!|=|&|\|)"
|
||||
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
|
||||
icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,magenta "^[[:space:]]*#.*"
|
||||
# Comments:
|
||||
color cyan "^[[:space:]]*#.*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user