mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(tact): update parser and queries (#7731)
This commit is contained in:
parent
1a314a58d6
commit
6d1a8e6fdb
5 changed files with 62 additions and 10 deletions
|
|
@ -6,6 +6,7 @@
|
|||
(argument_list)
|
||||
; {…, …}
|
||||
(instance_argument_list)
|
||||
(destruct_bind_list)
|
||||
; {…; …}
|
||||
(message_body)
|
||||
(struct_body)
|
||||
|
|
@ -14,5 +15,6 @@
|
|||
(function_body)
|
||||
(block_statement)
|
||||
(asm_function_body)
|
||||
(asm_list)
|
||||
; <{ … }>
|
||||
(asm_sequence)
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue