Mercurial > dotfiles
annotate vim/ctagsrc @ 515:6d5e2a583502 default tip
Remove onsub extension
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 10 May 2022 09:54:59 -0700 |
parents | 4bd564a3c9a2 |
children |
rev | line source |
---|---|
420 | 1 --c-kinds=-ev |
369
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
2 --c++-kinds=-nev |
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
3 --c#-kinds=-ne |
227 | 4 --python-kinds=cfm |
5 --javascript-kinds=cfm | |
369
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
6 |
227 | 7 --fields=+l |
8 --fields=+n | |
9 | |
10 --languages=-html | |
11 | |
12 --exclude=.hg | |
13 --exclude=.git | |
420 | 14 --exclude=.DS_Store |
15 --exclude=Thumbs.db | |
16 --exclude=*.so | |
17 --exclude=*.dll | |
18 --exclude=*.exe | |
19 --exclude=*.lib | |
20 --exclude=*.pdb | |
21 --exclude=*.pyc | |
22 --exclude=*.pyo | |
23 --exclude=*.swp | |
24 --exclude=*.o | |
25 --exclude=*.dll | |
26 --exclude=*.fb | |
27 --exclude=*.exe | |
28 --exclude=*.elf | |
29 --exclude=*.jpg | |
30 --exclude=*.png | |
482
4bd564a3c9a2
Ignore python egg stuff in ctags.
Ludovic Chabant <ludovic@chabant.com>
parents:
420
diff
changeset
|
31 --exclude=*.egg-info |
4bd564a3c9a2
Ignore python egg stuff in ctags.
Ludovic Chabant <ludovic@chabant.com>
parents:
420
diff
changeset
|
32 --exclude=.egg |
420 | 33 --exclude=venv |
227 | 34 --exclude=build |
420 | 35 --exclude=static |
36 --exclude=node_modules | |
37 --exclude=libs | |
227 | 38 --exclude=dist |