nvim-treesitter/queries/julia
Fredrik Ekre 2d816bb49e fix(julia): fix injection queries
This patch fixes the julia `(string_literal)` injection queries after
the breaking changes in
https://github.com/tree-sitter/tree-sitter-julia/pull/153. The queries
are simplified by the fact that string content is now directly available
as a separate `(content)` child node.
2024-11-22 13:33:54 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm feat(julia): update parser and queries 2024-11-11 08:40:34 +01:00
indents.scm fix(julia): adapt queries to grammar changes (#6429) 2024-04-14 14:23:46 +02:00
injections.scm fix(julia): fix injection queries 2024-11-22 13:33:54 +01:00
locals.scm feat(julia): update parser and queries 2024-11-11 08:40:34 +01:00