repo.or.cz
/
mu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix other mandelbrot variants
[mu.git]
/
editor
/
mu.nanorc
blob
7ec87baa5ce05bb81a9136a6e8e8bae99f1e311c
1
# include this file in your ~/.nanorc
2
3
syntax "mu" "\.mu$"
4
# tests
5
color green "\<test-[^ ]*"
6
# strings literals
7
color cyan ""([^"\]|\\.)+""
8
# comments
9
comment "#"
10
color blue "#.*$"