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.
2 parents 182044b + 9115a73 commit 6adeb6aCopy full SHA for 6adeb6a
mk/ctags.mk
@@ -28,7 +28,7 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \
28
$(patsubst ${CFG_SRC_DIR}src/rt/sundown,, \
29
$(patsubst ${CFG_SRC_DIR}src/rt/vg,, \
30
$(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \
31
- )))))))))))
+ )))))))))
32
CTAGS_OPTS=--options="${CFG_SRC_DIR}src/etc/ctags.rust" --languages=-javascript --recurse ${CTAGS_LOCATIONS}
33
# We could use `--languages=Rust`, but there is value in producing tags for the
34
# C++ parts of the code base too (at the time of writing, those are .h and .cpp
0 commit comments