This commit is contained in:
Kartik K. Agaram 2021-10-21 21:20:22 -07:00
parent 5de772bebd
commit 28b6d1656a
1 changed files with 10 additions and 0 deletions

10
editor/mu.nanorc Normal file
View File

@ -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 "#.*$"