mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Update grammars
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"git": {
|
||||
"name": "TypeScript-TmLanguage",
|
||||
"repositoryUrl": "https://github.com/Microsoft/TypeScript-TmLanguage",
|
||||
"commitHash": "84238ef0fa1c7e4e2c9fe77875d832dab9f57e5d"
|
||||
"commitHash": "ce3979047399920f77d79272b3af45b4d86006ac"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/84238ef0fa1c7e4e2c9fe77875d832dab9f57e5d",
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/ce3979047399920f77d79272b3af45b4d86006ac",
|
||||
"name": "TypeScript",
|
||||
"scopeName": "source.ts",
|
||||
"patterns": [
|
||||
@@ -2760,7 +2760,7 @@
|
||||
]
|
||||
},
|
||||
"ternary-expression": {
|
||||
"begin": "(?!\\?\\.\\s*[^[:digit:]])(\\?)",
|
||||
"begin": "(?!\\?\\.\\s*[^[:digit:]])(\\?)(?!\\?)",
|
||||
"beginCaptures": {
|
||||
"1": {
|
||||
"name": "keyword.operator.ternary.ts"
|
||||
@@ -3202,7 +3202,7 @@
|
||||
},
|
||||
{
|
||||
"name": "keyword.operator.logical.ts",
|
||||
"match": "\\!|&&|\\|\\|"
|
||||
"match": "\\!|&&|\\|\\||\\?\\?"
|
||||
},
|
||||
{
|
||||
"name": "keyword.operator.bitwise.ts",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/84238ef0fa1c7e4e2c9fe77875d832dab9f57e5d",
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/ce3979047399920f77d79272b3af45b4d86006ac",
|
||||
"name": "TypeScriptReact",
|
||||
"scopeName": "source.tsx",
|
||||
"patterns": [
|
||||
@@ -2763,7 +2763,7 @@
|
||||
]
|
||||
},
|
||||
"ternary-expression": {
|
||||
"begin": "(?!\\?\\.\\s*[^[:digit:]])(\\?)",
|
||||
"begin": "(?!\\?\\.\\s*[^[:digit:]])(\\?)(?!\\?)",
|
||||
"beginCaptures": {
|
||||
"1": {
|
||||
"name": "keyword.operator.ternary.tsx"
|
||||
@@ -3153,7 +3153,7 @@
|
||||
},
|
||||
{
|
||||
"name": "keyword.operator.logical.tsx",
|
||||
"match": "\\!|&&|\\|\\|"
|
||||
"match": "\\!|&&|\\|\\||\\?\\?"
|
||||
},
|
||||
{
|
||||
"name": "keyword.operator.bitwise.tsx",
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
},
|
||||
{
|
||||
"c": "js",
|
||||
"t": "source.ts comment.block.documentation.ts markup.fenced_code.block.markdown",
|
||||
"t": "source.ts comment.block.documentation.ts markup.fenced_code.block.markdown fenced_code.block.language.markdown",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
|
||||
Reference in New Issue
Block a user