diff --git a/extensions/go/syntaxes/go.json b/extensions/go/syntaxes/go.json index a6799e3b319..53908a80bac 100644 --- a/extensions/go/syntaxes/go.json +++ b/extensions/go/syntaxes/go.json @@ -615,15 +615,15 @@ }, "patterns": [ { - "include": "#variables" + "include": "$self" }, { - "include": "$self" + "include": "#variables" } ] } ] } }, - "version": "https://github.com/atom/language-go/commit/190bfd97cc97bd9228dc12feaa7329afb2e070fa" + "version": "https://github.com/atom/language-go/commit/c1fe618ccf2dcd17118c5600c49b1c539f26d5c5" } \ No newline at end of file