1# This is a generic syntax that just highlights shell-style comments,
2# as found in many simple, line-based config files in /etc.
3
4syntax config
5
6state code
7    char # comment
8    eat this
9
10state comment
11    char "\n" code
12    eat this
13