zed-jrpc-syntax/languages/jrpc/config.toml

6 lines
150 B
TOML
Raw Normal View History

2024-10-01 21:54:48 +00:00
name = "JRPC"
grammar = "jrpc"
path_suffixes = ["jrpc"]
line_comments = ["// "]
brackets = [{ start = "{", end = "}", close = true, newline = true }]