about summary refs log blame commit diff stats
path: root/editor/mu.nanorc
blob: 7ec87baa5ce05bb81a9136a6e8e8bae99f1e311c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                     
# include this file in your ~/.nanorc

syntax "mu" "\.mu$"
# tests
color green "\<test-[^ ]*"
# strings literals
color cyan ""([^"\]|\\.)+""
# comments
comment "#"
color blue "#.*$"