mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
|
@ -1432,7 +1432,7 @@ return {
|
|||
},
|
||||
nickel = {
|
||||
install_info = {
|
||||
revision = 'f77c02df6dd0845594846beeeedf3715d4b68758',
|
||||
revision = '9a05ab045c000cf37f02cff5c4de32b081444244',
|
||||
url = 'https://github.com/nickel-lang/tree-sitter-nickel',
|
||||
},
|
||||
tier = 2,
|
||||
|
|
|
|||
|
|
@ -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