much love
[mu.git] / editor / subx.nanorc
blob9ac8c92afc93df88b9045417e6429f070b2a2532
1 # include this file in your ~/.nanorc
3 syntax "subx" "\.subx$"
4 # function definitions
5 color yellow "^[a-z][^ ]*:"
6 # global variables
7 color red "^[A-Z][^ ]*:"
8 # tests
9 color green "^test-[^ ]*:"
10 # strings literals
11 color cyan ""([^"\]|\\.)+""
12 # comments
13 comment "#"
14 color brightblue "# - .*"
15 color blue "#.*$"
16 color brightblack "# \. .*"