https://github.com/JuliaLang/julia
Raw File
Tip revision: bf8ed2e5cb127d059e3f34bb25aefae39992a867 authored by Kristoffer Carlsson on 27 September 2017, 14:36:52 UTC
wip stdlib markdown
Tip revision: bf8ed2e
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