We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ff37 commit 93c1941Copy full SHA for 93c1941
src/Templates/highlight.php/php.json
@@ -108,14 +108,16 @@
108
"$ref": "#contains.1.contains.0"
109
},
110
{
111
- "className": "keyword",
+ "className": "variable",
112
"begin": "\\$this\\b"
113
114
115
116
"begin": "\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"
117
118
- "begin": "(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"
119
+ "className": "operator",
120
+ "begin": "(::|->)"
121
122
123
"className": "function",
0 commit comments