https://github.com/JuliaLang/julia
Raw File
Tip revision: 49990b3166a7fcf9bce5c944760153cb562d6424 authored by Valentin Churavy on 02 June 2017, 04:59:07 UTC
fixup! make arrays follow alignment as well.
Tip revision: 49990b3
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