mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(nim): minor improvements to queries and parser (#5784)
* fix(nim): bump parser again to include minor fix * fix(nim): shifting around for precedence * fix(nim): added new fields from recent parser version, improved support for (conditional_declaration) and (variant_declaration)
This commit is contained in:
parent
25ddfde8d7
commit
edacfa2eed
3 changed files with 54 additions and 51 deletions
|
|
@ -12,6 +12,8 @@
|
|||
(case)
|
||||
(if)
|
||||
(when)
|
||||
(conditional_declaration)
|
||||
(variant_declaration)
|
||||
(of_branch)
|
||||
(elif_branch)
|
||||
(else_branch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue