mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Made block comment indent @auto so that new lines line up nicely with existing comment block
Previous indentation:
/**
*
*/
New indentation:
/**
*
*/
This commit is contained in:
parent
9f78c9f0ad
commit
3d6f2637a2
3 changed files with 6 additions and 3 deletions
|
|
@ -27,4 +27,7 @@
|
|||
|
||||
(line_comment) @ignore
|
||||
|
||||
(ERROR) @auto
|
||||
[
|
||||
(ERROR)
|
||||
(block_comment)
|
||||
] @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue