Julia-sublime
Julia-sublime copied to clipboard
Julia syntax highlighting for Sublime Text
Since sublime was updated to 4133 earlier today (27 May 2022), typing `\alpha[TAB]` gives `\α`. Yes, with the `\`.
I went to this page after trying to install Julia in Atom (Fail I don't know why), in VSCode (Fail 'cause my version is Julia 1.7.2 and it only works...
It would be great to tag `kwd` in the `f(x; kwd)` be tagged with `variable.parameter.julia`. I thought it would be pretty simple to recognize the first semicolon and then push...
Given `# ---- section ----` the current master version will pull out "---- section" as the section name. With this pull request, it will only pull out "section", which is...
See screenshot, the `Base.wait` definition is missed. This seems to happen for any package prefix.
Docstrings are treated as regular strings if they are indented, Is there a way to fix this?
The file julia/base/reducedim.jl does not load after the update of SublimeText to version 4. Thank you for working on this!
Test case: ```julia # LATex in Documenter strings doc"""$\pi$""" # ^^^^^^^^^^^^^^ string.quoted.other ``` Patch: ```yaml strings: ... # Documenter string, tripple-quoted. Has special escaping and no string interpolation. - match:...
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...