mu/editor/mu.nanorc

11 lines
182 B
Plaintext

# include this file in your ~/.nanorc
syntax "mu" "\.mu$"
# tests
color green "\<test-[^ ]*"
# strings literals
color cyan ""([^"\]|\\.)+""
# comments
comment "#"
color blue "#.*$"