Update grammars

This commit is contained in:
Alex Ross
2019-09-02 11:39:10 +02:00
parent 155f85b679
commit 3ac5830dcf
23 changed files with 16425 additions and 4601 deletions

View File

@@ -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",

View File

@@ -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",