julia-ts-mode
julia-ts-mode copied to clipboard
Adjustments to grammar for syntax highlighting
-
Fix grammar after the Julia tree-sitter grammar has been changed in https://github.com/tree-sitter/tree-sitter-julia/pull/135
-
Adjust syntax highlight of interpolations: use syntax information of interpolated code to highlight parts of it.
-
Highlight keyword argument names as symbols.