.ctags (375B)
1 --python-kinds=-i 2 --exclude=build 3 --exclude=dist 4 --exclude=output 5 6 --langdef=julia 7 --langmap=julia:.jl 8 --regex-julia=/^[ \t]*(function|macro|abstract type|primitive type|struct|mutable struct|typealias)[ \t]+([^ \t({[]+).*$/\2/f,function/ 9 --regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/