Skip to content

Commit 8d9889b

Browse files
authored
Trademark capitalization
1 parent f76340a commit 8d9889b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/build-grammar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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) {
5252
if (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+
}

0 commit comments

Comments
 (0)