Skip to content

Commit 794103a

Browse files
committed
Update grammar for var related bug fix
1 parent 7403245 commit 794103a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/go/syntaxes/go.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@
615615
},
616616
"patterns": [
617617
{
618-
"include": "#variables"
618+
"include": "$self"
619619
},
620620
{
621-
"include": "$self"
621+
"include": "#variables"
622622
}
623623
]
624624
}
625625
]
626626
}
627627
},
628-
"version": "https://github.com/atom/language-go/commit/190bfd97cc97bd9228dc12feaa7329afb2e070fa"
628+
"version": "https://github.com/atom/language-go/commit/c1fe618ccf2dcd17118c5600c49b1c539f26d5c5"
629629
}

0 commit comments

Comments
 (0)