mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix(indent): c/cpp - support newline after closing brace
This commit is contained in:
parent
8f9d4ada35
commit
782e299cd6
3 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
(binary_expression)
|
||||
] @indent)
|
||||
|
||||
(compound_statement "}" @indent_end)
|
||||
|
||||
[
|
||||
"#define"
|
||||
"#ifdef"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue