diff --git a/crates/languages/src/go/config.toml b/crates/languages/src/go/config.toml index 0a5122c038e1e38e0c963c3d22581f794656c276..c8589b14d68aa66cd189940c65618b7736b4bfd7 100644 --- a/crates/languages/src/go/config.toml +++ b/crates/languages/src/go/config.toml @@ -2,6 +2,7 @@ name = "Go" grammar = "go" path_suffixes = ["go"] line_comments = ["// "] +first_line_pattern = '^//.*\bgo run\b' autoclose_before = ";:.,=}])>" brackets = [ { start = "{", end = "}", close = true, newline = true },