https://github.com/JuliaLang/julia
Raw File
Tip revision: 623eab49cc985c7068fd129618d5a818871d8e3a authored by Alex Arslan on 17 May 2017, 02:47:37 UTC
Mark the backtrace test as broken on FreeBSD (#21917)
Tip revision: 623eab4
ctags
--langdef=julia
--langmap=julia:.jl
--regex-julia=/^[ \t]*(function|macro|abstract type|primitive type|struct|mutable struct|typealias)[ \t]+([^ \t({[]+).*$/\2/f,function/
--regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/
back to top