We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c470c commit 9476692Copy full SHA for 9476692
mk/ctags.mk
@@ -3,7 +3,7 @@
3
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
4
######################################################################
5
6
-CTAGS_OPTS=--options=${CFG_SRC_DIR}/mk/ctags.rust -R ${CFG_SRC_DIR}/src
+CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src
7
8
TAGS.emacs:
9
ctags -e -f $@ ${CTAGS_OPTS}
mk/ctags.rust renamed to src/etc/ctags.rust
0 commit comments