Fix #40279 - rewrite php grammar rule to avoid regex that hangs vscode-textmate

This commit is contained in:
Rob Lourens
2018-01-29 10:04:28 -08:00
parent d14586e186
commit 390a5295b0
2 changed files with 17 additions and 2 deletions

View File

@@ -2430,7 +2430,7 @@
"scope-resolution": {
"patterns": [
{
"match": "(?i)([a-z_\\x{7f}-\\x{7fffffff}\\\\][a-z0-9_\\x{7f}-\\x{7fffffff}\\\\]*)(?=\\s*::)",
"match": "([A-Za-z_\\x{7f}-\\x{7fffffff}\\\\][A_Za-z0-9_\\x{7f}-\\x{7fffffff}\\\\]*)(?=\\s*::)",
"captures": {
"1": {
"patterns": [