mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
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.
This commit is contained in:
parent
7c9ddb72d1
commit
0cb637ca9f
2 changed files with 26 additions and 17 deletions
|
|
@ -204,7 +204,7 @@
|
|||
"revision": "505f5bd90053ae895aa3d6f2bac8071dd9abd8b2"
|
||||
},
|
||||
"julia": {
|
||||
"revision": "f254ff9c52e994f629a60821662917d2c6c0e8eb"
|
||||
"revision": "1cd300bda52e680872053cd55a228c1809cb0c3a"
|
||||
},
|
||||
"kotlin": {
|
||||
"revision": "b953dbdd05257fcb2b64bc4d9c1578fac12e3c28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue