.ctags

Thu, 16 May 2024 14:51:53 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 16 May 2024 14:51:53 -0500
changeset 1167
f5f84f890974
parent 873
303c3241cb64
permissions
-rw-r--r--

Update for neovim 0.10

Drop editorconfig (added to 0.9)
Gate pull_diags (added to 0.10)

442
eefccfe398e9 No need to scan pod, its tags aren't useful
Meredith Howard <mhoward@roomag.org>
parents: 429
diff changeset
1 --extra=fq
426
4fcad88dbe5f improve tagbar for perl
Meredith Howard <mhoward@roomag.org>
parents: 231
diff changeset
2 --exclude=.git
4fcad88dbe5f improve tagbar for perl
Meredith Howard <mhoward@roomag.org>
parents: 231
diff changeset
3 --exclude=.hg
181
83459cf3d815 add .ctags
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 --exclude=*min.js
83459cf3d815 add .ctags
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5
428
e5a38021ed8b ctags fixing
Meredith Howard <mhoward@roomag.org>
parents: 426
diff changeset
6 --regex-perl=/^\s*has[ \t]+['"]*([A-Za-z_+][A-Za-z0-9_]+)['"]*[ \t]+/\1/a,attribute,attributes/
872
bc8f07aedeb3 improve perl tags / tagbar
Meredith Howard <mhoward@roomag.org>
parents: 871
diff changeset
7 --regex-perl=/^\s*fun +([A-Za-z_][A-Za-z0-9_]+) *[{(]/\1/s,subroutines/
bc8f07aedeb3 improve perl tags / tagbar
Meredith Howard <mhoward@roomag.org>
parents: 871
diff changeset
8 --regex-perl=/^\s*method +([A-Za-z_][A-Za-z0-9_]+) *[{(]/\1/m,methods/
bc8f07aedeb3 improve perl tags / tagbar
Meredith Howard <mhoward@roomag.org>
parents: 871
diff changeset
9 --regex-perl=/^\s*(around|before|after)[ \t]+['"]*([A-Za-z_][A-Za-z0-9_]+)['"]*[ \t]+/\2/x,modifier/
225
5b91792c70ba Add elixir defs
Meredith Howard <mhoward@roomag.org>
parents: 183
diff changeset
10
5b91792c70ba Add elixir defs
Meredith Howard <mhoward@roomag.org>
parents: 183
diff changeset
11 --langdef=Elixir
5b91792c70ba Add elixir defs
Meredith Howard <mhoward@roomag.org>
parents: 183
diff changeset
12 --langmap=Elixir:.ex.exs
873
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
13 --regex-Elixir=/^[ \t]*def(p?)[ \t]+([a-z_][a-zA-Z0-9_?!]*)/\2/f,functions/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
14 --regex-Elixir=/^[ \t]*defcallback[ \t]+([a-z_][a-zA-Z0-9_?!]*)/\1/c,callbacks/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
15 --regex-Elixir=/^[ \t]*defdelegate[ \t]+([a-z_][a-zA-Z0-9_?!]*)/\1/d,delegates/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
16 --regex-Elixir=/^[ \t]*defexception[ \t]+([A-Z][a-zA-Z0-9_]*\.)*([A-Z][a-zA-Z0-9_?!]*)/\2/e,exceptions/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
17 --regex-Elixir=/^[ \t]*defimpl[ \t]+([A-Z][a-zA-Z0-9_]*\.)*([A-Z][a-zA-Z0-9_?!]*)/\2/i,implementations/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
18 --regex-Elixir=/^[ \t]*defmacro(p?)[ \t]+([a-z_][a-zA-Z0-9_?!]*)\(/\2/a,macros/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
19 --regex-Elixir=/^[ \t]*defmacro(p?)[ \t]+([a-zA-Z0-9_?!]+)?[ \t]+([^ \tA-Za-z0-9_]+)[ \t]*[a-zA-Z0-9_!?!]/\3/o,operators/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
20 --regex-Elixir=/^[ \t]*defmodule[ \t]+([A-Z][a-zA-Z0-9_]*\.)*([A-Z][a-zA-Z0-9_?!]*)/\2/m,modules/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
21 --regex-Elixir=/^[ \t]*defprotocol[ \t]+([A-Z][a-zA-Z0-9_]*\.)*([A-Z][a-zA-Z0-9_?!]*)/\2/p,protocols/
303c3241cb64 Remove long elixir kind descs
Meredith Howard <mhoward@roomag.org>
parents: 872
diff changeset
22 --regex-Elixir=/^[ \t]*Record\.defrecord[ \t]+:([a-zA-Z0-9_]+)/\1/r,records/

mercurial