mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
update grammar script: remove unused properties
This commit is contained in:
@@ -5,14 +5,9 @@
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/atom/language-go/commit/b6fd68f74efa109679e31fe6f4a41ac105262d0e",
|
||||
"scopeName": "source.go",
|
||||
"name": "Go",
|
||||
"scopeName": "source.go",
|
||||
"comment": "Go language",
|
||||
"fileTypes": [
|
||||
"go"
|
||||
],
|
||||
"foldingStartMarker": "({|\\()\\s*$",
|
||||
"foldingStopMarker": "(}|\\))\\s*$",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#comments"
|
||||
|
||||
Reference in New Issue
Block a user