Update TextMate grammars from upstream sources (#286560)

* Update TextMate grammars from upstream sources
* Fix integration test on Windows to run TypeScript file directly
* Baseline update
This commit is contained in:
Dmitriy Vasyura
2026-01-08 17:24:04 +01:00
committed by GitHub
parent 16ccd1afc5
commit c8fdd1650c
20 changed files with 565 additions and 86 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/KapitanOczywisty/language-php/commit/b17fdadac1756fc13a0853c26fca2f0b4495c0bd",
"version": "https://github.com/KapitanOczywisty/language-php/commit/6941b924add3b2587a5be789248176edf5f14595",
"scopeName": "source.php",
"patterns": [
{
@@ -982,9 +982,13 @@
"name": "keyword.operator.arithmetic.php"
},
{
"match": "(?i)(!|&&|\\|\\|)|\\b(and|or|xor|as)\\b",
"match": "(?i)(!|&&|\\|\\|)|\\b(and|or|xor)\\b",
"name": "keyword.operator.logical.php"
},
{
"match": "(?i)\\bas\\b",
"name": "keyword.operator.as.php"
},
{
"include": "#function-call"
},