mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
indents(c): treat "#ifndef", "#elif" like "#ifdef"
This commit is contained in:
parent
168567efb8
commit
b019eb3032
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
[
|
||||
"#define"
|
||||
"#ifdef"
|
||||
"#ifndef"
|
||||
"#elif"
|
||||
"#if"
|
||||
"#else"
|
||||
"#endif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue