diff --git a/extensions/go/syntaxes/go.json b/extensions/go/syntaxes/go.json index a6799e3b31993e14307a84aa3783e8a3a4fa7cbd..53908a80bac8640f6422b803933a4fe537e686f0 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