Chris Allegretta | 4f3fe13 | 2014-05-29 04:38:16 +0000 | [diff] [blame] | 1 | ## A default syntax, which is used |
Benno Schulenberg | 8491c22 | 2014-05-18 10:34:18 +0000 | [diff] [blame] | 2 | ## for files that do not match any other syntax. |
| 3 | |
| 4 | syntax "default" |
Mike Scalora | 6a2032f | 2016-05-25 22:13:50 +0200 | [diff] [blame] | 5 | comment "#" |
Benno Schulenberg | 8491c22 | 2014-05-18 10:34:18 +0000 | [diff] [blame] | 6 | |
| 7 | # Spaces in front of tabs. |
| 8 | color ,red " + +" |
| 9 | |
Chris Allegretta | 4f3fe13 | 2014-05-29 04:38:16 +0000 | [diff] [blame] | 10 | # Nano's name, including version. |
| 11 | color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+" |