1
1

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>
Этот коммит содержится в:
Benno Schulenberg 2018-12-17 15:23:32 +01:00
родитель 5acfa5bb7b
Коммит 9cdc64c97a

Просмотреть файл

@ -17,4 +17,5 @@ color green "(\(|\)|\;|`|\\|\$|<|>|!|=|&|\|)"
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
color ,green "[[:space:]]+$"
color ,magenta "^[[:space:]]*#.*"
# Comments:
color cyan "^[[:space:]]*#.*"