File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*---------------------------------------------------------------------------------------------
22 * Licensed under the MIT License. See License.txt in the project root for license information.
33 *
4- * Modified for PowerShell\EditorSyntax from MicroSoft \vscode (update-grammar.js)
4+ * Modified for PowerShell\EditorSyntax from Microsoft \vscode (update-grammar.js)
55 * This script generates the JSON file using the same tools as vscode's build.
66 *--------------------------------------------------------------------------------------------*/
77
@@ -52,4 +52,4 @@ exports.update = function (tmlPath, dest) {
5252if ( path . basename ( process . argv [ 1 ] ) === 'build-grammar.js' ) {
5353 console . log ( '[Starting] Converting ' + process . argv [ 2 ] + ' to json.' ) ;
5454 exports . update ( process . argv [ 2 ] , process . argv [ 3 ] ) ;
55- }
55+ }
You can’t perform that action at this time.
0 commit comments