https://github.com/JuliaLang/julia
Raw File
Tip revision: 4a16e84aff743f289e99b8143b11f505828bfef8 authored by Valentin Churavy on 21 September 2016, 16:53:22 UTC
resolve atomic
Tip revision: 4a16e84
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