mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -166,7 +166,7 @@ return {
|
|||
},
|
||||
c3 = {
|
||||
install_info = {
|
||||
revision = '9b4eebce4e8b367acb9d5267f04358d5888b3829',
|
||||
revision = '1c6a95234c62130763ed1c479f958b74fdbfdb2a',
|
||||
url = 'https://github.com/c3lang/tree-sitter-c3',
|
||||
},
|
||||
maintainers = { '@cbuttner' },
|
||||
|
|
|
|||
|
|
@ -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