mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
indents(c): Refactor indent queries
This commit is contained in:
parent
5ac2c92060
commit
2f5deed456
6 changed files with 179 additions and 15 deletions
7
tests/indent/c/issue-4079.c
Normal file
7
tests/indent/c/issue-4079.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
int main(){
|
||||
for(;;)
|
||||
}
|
||||
|
||||
int foo(){
|
||||
while(1)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue