config.toml

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