mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-23 05:11:35 +03:00
0de8d0d63d
* doc/syntax/default.nanorc: Can't do trailing spaces in the default syntax or it will hilight the spaces as you type them into a new file, which for non-programming is infuriating. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4935 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
## A default syntax, which is used
|
|
## for files that do not match any other syntax.
|
|
|
|
syntax "default"
|
|
|
|
# Spaces in front of tabs.
|
|
color ,red " + +"
|
|
|
|
# Nano's name, including version.
|
|
color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"
|