nvim-treesitter/queries/julia
Fredrik Ekre 60b4c15e7c feat(julia): highlight interpolation operator
This patch adds `$` to the `@punctuation.special` capture group within
`(string_interpolation)` (e.g. `"hello $name"`) and
`(interpolation_expression)` (e.g. `:(hello $name)`) nodes.
2024-11-29 08:12:56 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm feat(julia): highlight interpolation operator 2024-11-29 08:12:56 +01:00
indents.scm fix(julia): adapt queries to grammar changes (#6429) 2024-04-14 14:23:46 +02:00
injections.scm fix(julia): capture docstrings in more cases 2024-11-22 14:07:51 +01:00
locals.scm feat(julia): update parser and queries 2024-11-11 08:40:34 +01:00