Skip to content

Commit ddebb29

Browse files
committed
Update PHP grammar, fix microsoft#88441
1 parent 1aba0fb commit ddebb29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/php/cgmanifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "language-php",
88
"repositoryUrl": "https://github.com/atom/language-php",
9-
"commitHash": "96368115562c38ab3a203a03c4e26cca80fa2a10"
9+
"commitHash": "882f6c0e19f0ebf9dafa443bf4c3fc5626f76aed"
1010
}
1111
},
1212
"license": "MIT",

extensions/php/syntaxes/php.tmLanguage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/atom/language-php/commit/96368115562c38ab3a203a03c4e26cca80fa2a10",
7+
"version": "https://github.com/atom/language-php/commit/882f6c0e19f0ebf9dafa443bf4c3fc5626f76aed",
88
"scopeName": "source.php",
99
"patterns": [
1010
{
@@ -833,7 +833,7 @@
833833
"name": "keyword.operator.type.php"
834834
}
835835
},
836-
"end": "(?=[^\\\\$a-z0-9_\\x{7f}-\\x{7fffffff}])",
836+
"end": "(?i)(?=[^\\\\$a-z0-9_\\x{7f}-\\x{7fffffff}])",
837837
"patterns": [
838838
{
839839
"include": "#class-name"

0 commit comments

Comments
 (0)