about summary refs log tree commit diff stats
path: root/editor/mu.ctags
diff options
context:
space:
mode:
Diffstat (limited to 'editor/mu.ctags')
-rw-r--r--editor/mu.ctags8
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/mu.ctags b/editor/mu.ctags
new file mode 100644
index 00000000..92e873f9
--- /dev/null
+++ b/editor/mu.ctags
@@ -0,0 +1,8 @@
+--langdef=mu
+--langmap=mu:.mu
+--regex-mu=/^fn[ \t]+([^ \t]*)/\1/d,definition/
+--regex-mu=/^type[ \t]+([^ \t]*)/\1/t,typeref/
+
+--langdef=subx
+--langmap=subx:.subx
+--regex-subx=/^([^$ #][^ #]*):/\1/d,definition/