Merge pull request #2059 from zed-industries/no-indent-adjustment-on-error
Avoid adjusting indentation of lines inside of newly-created errors
This commit is contained in:
commit
e1a58e9381
7 changed files with 263 additions and 113 deletions
|
@ -52,6 +52,7 @@
|
|||
[
|
||||
"as"
|
||||
"async"
|
||||
"await"
|
||||
"break"
|
||||
"const"
|
||||
"continue"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
(assignment_expression)
|
||||
(let_declaration)
|
||||
(let_chain)
|
||||
(await_expression)
|
||||
] @indent
|
||||
|
||||
(_ "[" "]" @end) @indent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue