mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(c3)!: update parser and queries
Breaking change: add `expression` supertype
This commit is contained in:
parent
0011ad541b
commit
afa0cb8669
2 changed files with 5 additions and 5 deletions
|
|
@ -23,15 +23,15 @@
|
|||
(expr_stmt
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
(declaration
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
(const_declaration
|
||||
(declaration_stmt
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
(return_stmt
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
(global_declaration
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
(faultdef_declaration
|
||||
";" @indent.end) @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue