nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] Change default highlighting of comments in Tcl scripts


From: Michael Siegel
Subject: [Nano-devel] Change default highlighting of comments in Tcl scripts
Date: Sat, 15 Dec 2018 22:28:13 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

Hello.

Currently, Nano will show comments in Tcl scripts with a magenta
background when syntax highlighting is enabled. I suggest to change that
to coloring the text cyan on the default background color for better
readability.

This would simply require the last line of the `tcl.nanorc' file to be
changed from

  color ,magenta "^[[:space:]]*#.*"

to

  color cyan "^[[:space:]]*#.*"

Coloring comments cyan would also be in line with how Nano highlights
them in shell scripts.


Thanks,

msi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]