zed/extensions/ruby/languages/rbs/config.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
304 B
TOML
Raw Normal View History

name = "rbs"
grammar = "rbs"
path_suffixes = ["rbs"]
autoclose_before = "]})"
brackets = [
{ start = "(", end = ")", close = true, newline = false },
{ start = "{", end = "}", close = true, newline = false },
{ start = "[", end = "]", close = true, newline = false },
]
line_comments = ["#"]