Skip to content

Commit 52dbb05

Browse files
authored
fix: php worker rules for T_NAME_FULLY_QUALIFIED (#4960)
1 parent 87e0dc7 commit 52dbb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ace/mode/php/php.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ define(function (require, exports, module) {
772772
},
773773
{
774774
value: PHP.Constants.T_NAME_FULLY_QUALIFIED,
775-
re: /^\\\w+\\\w+(?:\\\w+)*/
775+
re: /^\\\w+(?:\\\w+)*/
776776
},
777777
{
778778
value: PHP.Constants.T_NAME_QUALIFIED,

0 commit comments

Comments
 (0)