Skip to content

Commit 5ca799f

Browse files
committed
[javascript] update grammar, grammar as JSON
1 parent fdcbf91 commit 5ca799f

5 files changed

Lines changed: 1537 additions & 2412 deletions

File tree

extensions/javascript/OSSREADME.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.1",
66
"license": "Apache2",
77
"repositoryURL": "https://github.com/Microsoft/TypeScript-TmLanguage",
8-
"description": "The file syntaxes/JavaScript.tmLanguage was derived from TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage.",
8+
"description": "The file syntaxes/JavaScript.tmLanguage.json was derived from TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage.",
99
"licenseDetail": [
1010
// Reason: LICENSE file does not include Copyright statement
1111
"Copyright (c) Microsoft Corporation. All rights reserved.",

extensions/javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
{
5555
"language": "javascriptreact",
5656
"scopeName": "source.js",
57-
"path": "./syntaxes/JavaScript.tmLanguage"
57+
"path": "./syntaxes/JavaScript.tmLanguage.json"
5858
},
5959
{
6060
"language": "javascript",
6161
"scopeName": "source.js",
62-
"path": "./syntaxes/JavaScript.tmLanguage"
62+
"path": "./syntaxes/JavaScript.tmLanguage.json"
6363
},
6464
{
6565
"scopeName": "source.js.regexp",

0 commit comments

Comments
 (0)