dotfiles/config/ctags/universal.ctags (view raw)
| 1 | --recurse=yes |
| 2 | --tag-relative=yes |
| 3 | --fields=-k+K |
| 4 | --extras=+q |
| 5 | |
| 6 | --languages=-markdown,json,yaml,iniconf,html,css |
| 7 | --sh-kinds=-h |
| 8 | |
| 9 | --exclude=.git |
| 10 | --exclude=.jj |
| 11 | --exclude=.docker |
| 12 | --exclude=.tests |
| 13 | --exclude=elm-stuff |
| 14 | --exclude=dist |
| 15 | --exclude=build |
| 16 | --exclude=vendor |
| 17 | --exclude=target |
| 18 | --exclude=node_modules |
| 19 | --exclude=*.min.js |
| 20 | --exclude=*.pb.go |