update grammar script: remove unused properties

This commit is contained in:
Martin Aeschlimann
2018-02-12 16:54:35 +01:00
parent 6b3164252b
commit 8fdf170a08
54 changed files with 353 additions and 864 deletions

View File

@@ -5,13 +5,8 @@
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/Microsoft/vscode-mssql/commit/c8effddd6a9df117f3ed45b60b487163950a7ea5",
"fileTypes": [
"sql",
"ddl",
"dml"
],
"keyEquivalent": "^~S",
"name": "SQL",
"scopeName": "source.sql",
"patterns": [
{
"match": "((?<!@)@)\\b(\\w+)\\b",
@@ -520,7 +515,5 @@
}
]
}
},
"scopeName": "source.sql",
"uuid": "C49120AC-6ECC-11D9-ACC8-000D93589AF6"
}
}