about summary refs log tree commit diff stats
path: root/subx/exuberant_ctags_rc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-17 21:15:03 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-17 21:16:31 -0800
commitf9b08fb7c1b1341d77825c82c153f40e69e5f347 (patch)
tree7236f67e412925d4a17fcd737adf96a1f35ff104 /subx/exuberant_ctags_rc
parent8490f17decb774d2762e66eae9e801bb75fc67b8 (diff)
downloadmu-f9b08fb7c1b1341d77825c82c153f40e69e5f347.tar.gz
4872 - ctags definitions for SubX
Symlink or append exuberant_ctags_rc to your ~/.ctagsrc.
Diffstat (limited to 'subx/exuberant_ctags_rc')
-rw-r--r--subx/exuberant_ctags_rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/exuberant_ctags_rc b/subx/exuberant_ctags_rc
new file mode 100644
index 00000000..785caaf0
--- /dev/null
+++ b/subx/exuberant_ctags_rc
@@ -0,0 +1,3 @@
+--langdef=subx
+--langmap=subx:.subx
+--regex-subx=/^([^$ #][^ #]*):/\1/d,definition/
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185