Add overrides for all languages

Co-authored-by: Julia Risley <julia@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-01-20 10:39:31 -08:00
parent 2967b46a17
commit 2aa7a9e95b
31 changed files with 269 additions and 13 deletions

View file

@ -7,3 +7,9 @@ brackets = [
{ start = "[", end = "]", close = true, newline = true },
{ start = "\"", end = "\"", close = true, newline = false },
]
[overrides.string]
brackets = [
{ start = "{", end = "}", close = true, newline = true },
{ start = "[", end = "]", close = true, newline = true },
]

View file

@ -0,0 +1,2 @@
(comment) @comment
(string) @override.string