blob: 7ec87baa5ce05bb81a9136a6e8e8bae99f1e311c (
plain) (
blame)
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 "#.*$"
|