Update branch for sql grammar

Fixes https://github.com/microsoft/vscode/issues/109251
This commit is contained in:
Alex Ross
2020-11-06 14:04:50 +01:00
parent 85534c004c
commit f53678cb4b
4 changed files with 39 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
var updateGrammar = require('../../../build/npm/update-grammar');
updateGrammar.update('microsoft/vscode-mssql', 'syntaxes/SQL.plist', './syntaxes/sql.tmLanguage.json', undefined, 'main');