From e9306b8fa887bd49abf7484f1c41449df28a638b Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sun, 9 Aug 2026 20:54:21 -0400 Subject: [PATCH] Add trailing space to line comment prefixes --- languages/roc/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },