From 209fa4ec72c8719d82e049c5d10a06f0a679671c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 12 Jun 2024 16:07:50 -0400 Subject: Followup changes to ctags These were just hanging around as I was doing other things. Included in this commit are the following: - Configure it in .ctags.d to only index the languages I use - Add support for sources listed in Sources.json - Fix broken link to inspekt3d repo --- .ctags.d/base.ctags | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .ctags.d/base.ctags (limited to '.ctags.d/base.ctags') diff --git a/.ctags.d/base.ctags b/.ctags.d/base.ctags new file mode 100644 index 0000000..0bbf5ee --- /dev/null +++ b/.ctags.d/base.ctags @@ -0,0 +1,11 @@ +--languages=Haskell +--languages=+Python +--languages=+C +--languages=+Rust +--languages=+Lisp +--languages=+Scheme +# common excludes +--exclude=.mypy_cache +--exclude=.git +--exclude=.direnv +--exclude=.ruff_cache -- cgit v1.2.3