config.toml

1name = "Go Mod"
2grammar = "gomod"
3path_suffixes = ["mod"]
4line_comments = ["//"]
5autoclose_before = ")"
6brackets = [
7    { start = "(", end = ")", close = true, newline = true}
8]