From 794103a7bcde269b60a8b770a87a2c28467235f1 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Mon, 22 May 2017 22:39:01 -0700 Subject: [PATCH] Update grammar for var related bug fix --- extensions/go/syntaxes/go.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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