blob: 61d5152438a81a270edb16333f74ff337e878b9c [file] [log] [blame]
Chris Allegretta4f3fe132014-05-29 04:38:16 +00001## A default syntax, which is used
Benno Schulenberg8491c222014-05-18 10:34:18 +00002## for files that do not match any other syntax.
3
4syntax "default"
Mike Scalora6a2032f2016-05-25 22:13:50 +02005comment "#"
Benno Schulenberg8491c222014-05-18 10:34:18 +00006
7# Spaces in front of tabs.
8color ,red " + +"
9
Chris Allegretta4f3fe132014-05-29 04:38:16 +000010# Nano's name, including version.
11color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"