feat(c3)!: update parser and queries

Breaking change: add `expression` supertype
This commit is contained in:
Christian Clason 2026-05-27 18:33:52 +02:00 committed by Christian Clason
parent 0011ad541b
commit afa0cb8669
2 changed files with 5 additions and 5 deletions

View file

@ -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