2014-05-29 08:38:16 +04:00
|
|
|
## A default syntax, which is used
|
2014-05-18 14:34:18 +04:00
|
|
|
## for files that do not match any other syntax.
|
|
|
|
|
|
|
|
syntax "default"
|
2016-05-25 23:13:50 +03:00
|
|
|
comment "#"
|
2014-05-18 14:34:18 +04:00
|
|
|
|
|
|
|
# Spaces in front of tabs.
|
|
|
|
color ,red " + +"
|
|
|
|
|
2014-05-29 08:38:16 +04:00
|
|
|
# Nano's name, including version.
|
|
|
|
color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"
|