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