https://github.com/JuliaLang/julia
Raw File
Tip revision: 10f80efd976d65d677372dd7964ab623ce420b69 authored by Jameson Nash on 25 July 2017, 20:18:24 UTC
WIP: move macro-expand scope resolution into resolve-scopes
Tip revision: 10f80ef
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