We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872ef74 commit ef17c4fCopy full SHA for ef17c4f
syncode/parsers/grammars/go.lark
@@ -72,7 +72,7 @@ var_decl: "var" nls? (var_spec | "(" nls? ((var_spec eos)* var_spec eos?)? ")")
72
73
var_spec: (identifier_list | NAME) (type_ ("=" nls? expression_list)? | "=" nls? expression_list)
74
75
-block: "{" nls? ((statement? eos)* statement eos?)? "}"
+block: "{" nls? ((statement? eos)* statement? eos?)? "}"
76
77
// statement_list: (statement? eos)* statement
78
0 commit comments