mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Allow wrapping selected text with '
in Rust
This commit is contained in:
parent
6040429f93
commit
d425d9fa64
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ brackets = [
|
|||
{ start = "(", end = ")", close = true, newline = true },
|
||||
{ start = "<", end = ">", close = false, newline = true },
|
||||
{ start = "\"", end = "\"", close = true, newline = false },
|
||||
{ start = "'", end = "'", close = false, newline = false },
|
||||
{ start = "/*", end = " */", close = true, newline = false },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue