diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-17 21:15:03 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-17 21:16:31 -0800 |
commit | f9b08fb7c1b1341d77825c82c153f40e69e5f347 (patch) | |
tree | 7236f67e412925d4a17fcd737adf96a1f35ff104 /subx | |
parent | 8490f17decb774d2762e66eae9e801bb75fc67b8 (diff) | |
download | mu-f9b08fb7c1b1341d77825c82c153f40e69e5f347.tar.gz |
4872 - ctags definitions for SubX
Symlink or append exuberant_ctags_rc to your ~/.ctagsrc.
Diffstat (limited to 'subx')
-rw-r--r-- | subx/exuberant_ctags_rc | 3 |
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/ |