mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
add(indent): add ignore indent for comments
Signed-off-by: Fymyte <pierguill@gmail.com>
This commit is contained in:
parent
4ebaa35c0b
commit
234ec41653
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
(rule_set) @indent
|
||||
|
||||
(block "}" @branch)
|
||||
|
||||
(comment) @ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue