Hello! I've been enjoying this package for some time and have a question — is it at all possible to disable the syntactic highlighting of Julia Base functions?
I often have e.g. a local variable inside a function named start, which maddeningly gets colored and italicised just because it happens to use a word also used as a function name in Base.
I see there is a list of functions in Julia.sublime-syntax: base_module_func: (?<!\.)(?:BLAS\.(?:asum|axpby!|axpy!|blascopy!|... but I'm not sure how best to deal with either disabling it for myself or adding an option to disable highlighting to the package, or whether there's a better option available.
Hello! I've been enjoying this package for some time and have a question — is it at all possible to disable the syntactic highlighting of Julia Base functions?
I often have e.g. a local variable inside a function named
start, which maddeningly gets colored and italicised just because it happens to use a word also used as a function name in Base.I see there is a list of functions in
Julia.sublime-syntax:base_module_func: (?<!\.)(?:BLAS\.(?:asum|axpby!|axpy!|blascopy!|...but I'm not sure how best to deal with either disabling it for myself or adding an option to disable highlighting to the package, or whether there's a better option available.