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:
Max Brunsfeld 2023-01-20 17:13:30 -08:00 committed by GitHub
commit e1a58e9381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 263 additions and 113 deletions

View file

@ -52,6 +52,7 @@
[
"as"
"async"
"await"
"break"
"const"
"continue"

View file

@ -5,6 +5,7 @@
(assignment_expression)
(let_declaration)
(let_chain)
(await_expression)
] @indent
(_ "[" "]" @end) @indent