mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
[typescript] update grammar to to Microsoft/TypeScript-TmLanguage@e47681d (2017-01-17). Fixes #18612
This commit is contained in:
@@ -1970,7 +1970,7 @@
|
||||
},
|
||||
{
|
||||
"c": "function",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js storage.type.function.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js storage.type.function.js",
|
||||
"r": {
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
@@ -1981,7 +1981,7 @@
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -1992,7 +1992,7 @@
|
||||
},
|
||||
{
|
||||
"c": "(",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.parameters.js punctuation.definition.parameters.begin.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.parameters.js punctuation.definition.parameters.begin.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2003,7 +2003,7 @@
|
||||
},
|
||||
{
|
||||
"c": ")",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.parameters.js punctuation.definition.parameters.end.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.parameters.js punctuation.definition.parameters.end.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2014,7 +2014,7 @@
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2025,7 +2025,7 @@
|
||||
},
|
||||
{
|
||||
"c": "{",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js punctuation.definition.block.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js punctuation.definition.block.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2036,7 +2036,7 @@
|
||||
},
|
||||
{
|
||||
"c": "\t\t\t",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2047,7 +2047,7 @@
|
||||
},
|
||||
{
|
||||
"c": "mocha",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js variable.other.object.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js variable.other.object.js",
|
||||
"r": {
|
||||
"dark_plus": "variable: #9CDCFE",
|
||||
"light_plus": "variable: #001080",
|
||||
@@ -2058,7 +2058,7 @@
|
||||
},
|
||||
{
|
||||
"c": ".",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js punctuation.accessor.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js punctuation.accessor.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2069,7 +2069,7 @@
|
||||
},
|
||||
{
|
||||
"c": "run",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js entity.name.function.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js entity.name.function.js",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.function: #DCDCAA",
|
||||
"light_plus": "entity.name.function: #795E26",
|
||||
@@ -2080,7 +2080,7 @@
|
||||
},
|
||||
{
|
||||
"c": "()",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js meta.brace.round.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js meta.brace.round.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2091,7 +2091,7 @@
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js punctuation.terminator.statement.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js punctuation.terminator.statement.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2102,7 +2102,7 @@
|
||||
},
|
||||
{
|
||||
"c": "\t\t",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
},
|
||||
{
|
||||
"c": "}",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.js meta.block.js punctuation.definition.block.js",
|
||||
"t": "text.html.basic source.js.embedded.html meta.function.expression.js meta.block.js punctuation.definition.block.js",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
|
||||
Reference in New Issue
Block a user