mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ecma): comment should be @indent.auto (#4669)
This commit is contained in:
parent
1185a35705
commit
7ade4d2e77
1 changed files with 4 additions and 4 deletions
|
|
@ -49,9 +49,9 @@
|
|||
(parenthesized_expression ("(" (_) ")" @indent.end))
|
||||
["}" "]"] @indent.end
|
||||
|
||||
(template_string) @indent.ignore
|
||||
|
||||
[
|
||||
(comment)
|
||||
(template_string)
|
||||
] @indent.ignore
|
||||
|
||||
(ERROR) @indent.auto
|
||||
(ERROR)
|
||||
] @indent.auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue