mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Update grammars
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user