Revision ab58a9e4d50e2b7e9005504fc434ab78ddc59b53 authored by John Myles White on 04 December 2016, 03:22:03 UTC, committed by John Myles White on 04 December 2016, 03:22:03 UTC
1 parent c515797
Raw File
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