Revision e664f52c5a0f9d9eaf7dd07b147e6e309ccfa4ce authored by Rafael Fourquet on 01 April 2017, 04:52:51 UTC, committed by Rafael Fourquet on 01 April 2017, 05:01:10 UTC
1 parent bd84fa1
Raw File
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