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
/
subx.nanorc
blob
9ac8c92afc93df88b9045417e6429f070b2a2532
1
# include this file in your ~/.nanorc
2
3
syntax "subx" "\.subx$"
4
# function definitions
5
color yellow "^[a-z][^ ]*:"
6
# global variables
7
color red "^[A-Z][^ ]*:"
8
# tests
9
color green "^test-[^ ]*:"
10
# strings literals
11
color cyan ""([^"\]|\\.)+""
12
# comments
13
comment "#"
14
color brightblue "# - .*"
15
color blue "#.*$"
16
color brightblack "# \. .*"