zed-jrpc-syntax/languages/jrpc/config.toml
2024-10-02 19:26:48 +02:00

6 lines
150 B
TOML

name = "JRPC"
grammar = "jrpc"
path_suffixes = ["jrpc"]
line_comments = ["// "]
brackets = [{ start = "{", end = "}", close = true, newline = true }]