mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(odin): updates queries from upstream (#6425)
This commit is contained in:
parent
8253aac419
commit
2bad828b48
3 changed files with 37 additions and 9 deletions
|
|
@ -30,6 +30,10 @@
|
|||
(identifier) @local.definition.type
|
||||
"::")
|
||||
|
||||
(bit_field_declaration
|
||||
(identifier) @local.definition.type
|
||||
"::")
|
||||
|
||||
(variable_declaration
|
||||
(identifier) @local.definition.var
|
||||
":=")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue