mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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
6
tests/indent/c/issue-4117.c
Normal file
6
tests/indent/c/issue-4117.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
int main(){
|
||||
if(1){
|
||||
}
|
||||
else {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue