much love
[mu.git] / editor / mu.nanorc
blob7ec87baa5ce05bb81a9136a6e8e8bae99f1e311c
1 # include this file in your ~/.nanorc
3 syntax "mu" "\.mu$"
4 # tests
5 color green "\<test-[^ ]*"
6 # strings literals
7 color cyan ""([^"\]|\\.)+""
8 # comments
9 comment "#"
10 color blue "#.*$"