diff --git a/languages/roc/config.toml b/languages/roc/config.toml index 7ad4ebb..bb44cca 100644 --- a/languages/roc/config.toml +++ b/languages/roc/config.toml @@ -1,7 +1,7 @@ name = "Roc" grammar = "roc" path_suffixes = ["roc"] -line_comments = ["#", "##"] +line_comments = ["# ", "## "] brackets = [ { start = "{", end = "}", close = true, newline = true }, { start = "[", end = "]", close = true, newline = true },