nvim-treesitter/queries/julia
Sergio A. Vargas 0cb637ca9f
julia: update parser and highlights (#4035)
- Update patterns for type definitions:
  The grammar was updated to parse `abstract type` and `primitive type`
  as a single token.
- Update @symbol capture to highlight quoted operators as symbols.
- Add pattern to highlight adjoint operator.
- Update patterns and captures for:
  - "keyword" operators (in, isa, where)
  - type operators (<:, >:)
  - Parametrized types.
2022-12-27 10:27:22 +01:00
..
folds.scm fix: update julia queries to parser change 2022-11-06 11:12:20 +01:00
highlights.scm julia: update parser and highlights (#4035) 2022-12-27 10:27:22 +01:00
indents.scm julia: update queries to parser change (#3956) 2022-12-14 09:06:08 +01:00
injections.scm julia: update queries to parser change (#3956) 2022-12-14 09:06:08 +01:00
locals.scm fix(julia): update queries to parser change 2022-12-03 12:00:27 +01:00