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.ctags
blob
92e873f91ea7bc810635fa143647f50606ff5f21
1
--langdef=mu
2
--langmap=mu:.mu
3
--regex-mu=/^fn[ \t]+([^ \t]*)/\1/d,definition/
4
--regex-mu=/^type[ \t]+([^ \t]*)/\1/t,typeref/
5
6
--langdef=subx
7
--langmap=subx:.subx
8
--regex-subx=/^([^$ #][^ #]*):/\1/d,definition/