mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
b0ef2e2803
They are not documentation, they are functional elements of nano.
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
## A default syntax, which is used
|
|
## for files that do not match any other syntax.
|
|
|
|
syntax "default"
|
|
comment "#"
|
|
|
|
# Spaces in front of tabs.
|
|
color ,red " + +"
|
|
|
|
# Nano's name, including version.
|
|
color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"
|