mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(c)!: update C, CPP parsers and queries
also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc)
This commit is contained in:
parent
203981d288
commit
ad3805f5c3
7 changed files with 68 additions and 93 deletions
|
|
@ -55,6 +55,5 @@ int baz(int x){
|
|||
else
|
||||
x++;
|
||||
}
|
||||
else
|
||||
return x;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue