mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(nickel)!: update parser and queries
Breaking change: `(record_field)` -> `field_decl`
This commit is contained in:
parent
6d54a47f44
commit
27b0bd487c
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
(interpolation_end) @punctuation.bracket
|
||||
|
||||
(record_field) @variable.member
|
||||
(field_decl) @variable.member
|
||||
|
||||
(builtin) @function.builtin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue