Skip to content

Commit 6f86a4f

Browse files
committed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ctags

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--langdef=julia
2+
--langmap=julia:.jl
3+
--regex-julia=/^[ \t]*(function|macro|abstract type|primitive type|struct|mutable struct|typealias|module)[ \t]+([^ \t({[]+).*$/\2/f,function/
4+
--regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/

0 commit comments

Comments
 (0)