Revision a27a9aef8d3ec0079bc10427f9c2cbe55a2f6cbd authored by Tony Kelman on 23 September 2015, 23:31:30 UTC, committed by Tony Kelman on 24 September 2015, 00:47:36 UTC
1 parent 5e4098b
Raw File
ctags
--langdef=julia
--langmap=julia:.jl
--regex-julia=/^[ \t]*(function|macro|abstract|type|typealias|immutable)[ \t]+([^ \t({[]+).*$/\2/f,function/
--regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/
back to top