xref: /Universal-ctags/Units/regex-flag-anonymous.d/args.ctags (revision 0d56cc8ef96887d6abbdb6516677a6c0780a5532)
1--sort=no
2
3--langdef=foo
4--map-foo=.foo
5--kinddef-foo=m,module,modules
6--kinddef-foo=x,exception,exceptions
7
8--regex-foo=/^defmodule *([a-zA-Z0-9]+) *do/\1/m/{scope=push}
9--regex-foo=/^end//{scope=pop}{placeholder}
10--regex-foo=/ +defexception( +.*)$//x/{_anonymous=exception}{scope=ref}
11