diff options
Diffstat (limited to '.ctags.d/base.ctags')
-rw-r--r-- | .ctags.d/base.ctags | 11 |
1 files changed, 11 insertions, 0 deletions
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 |