nvim-treesitter/queries/julia
Fredrik Ekre e05c280659 fix(julia): misc fixes to type highlighting
This patch fixes two issues related to `@type` capturing (split out from
https://github.com/nvim-treesitter/nvim-treesitter/pull/7392):

 - Capture the RHS of `<:` and `>:` as `@type` in `(unary_expression)`s
   similarly to what is already done for `(binary_expression)`s with
   these operators.
 - Capture children of `(curly_expression)`s inside of
   `(where_expression)`s as `@type` similarly how they are handled in
   `(parametrized_type_expression)`.
2024-11-23 10:40:13 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm fix(julia): misc fixes to type highlighting 2024-11-23 10:40:13 +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