diff options
-rw-r--r-- | editor/mu.nanorc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/mu.nanorc b/editor/mu.nanorc new file mode 100644 index 00000000..7ec87baa --- /dev/null +++ b/editor/mu.nanorc @@ -0,0 +1,10 @@ +# include this file in your ~/.nanorc + +syntax "mu" "\.mu$" +# tests +color green "\<test-[^ ]*" +# strings literals +color cyan ""([^"\]|\\.)+"" +# comments +comment "#" +color blue "#.*$" |