Add Buffer::enclosing_bracket_ranges
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
Max Brunsfeld
parent
0b51e99c6e
commit
bf8eee26f8
@@ -1,2 +1,8 @@
|
||||
name = "Rust"
|
||||
path_suffixes = ["rs"]
|
||||
bracket_pairs = [
|
||||
{ start = "{", end = "}" },
|
||||
{ start = "[", end = "]" },
|
||||
{ start = "(", end = ")" },
|
||||
{ start = "<", end = ">" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user