Rename rbs to RBS. This is primarily a UX change, as the proper name for the Ruby Type Signature language is RBS, not rbs. Screenshots: Before:  After:  Release Notes: - N/A
11 lines
304 B
TOML
11 lines
304 B
TOML
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 = ["#"]
|