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 ba7a6d9 commit 4a78ed9Copy full SHA for 4a78ed9
src/Templates/highlight.php/php.json
@@ -317,10 +317,18 @@
317
},
318
{
319
"className": "class",
320
- "beginKeywords": "class interface trait enum",
321
- "end": "{",
+ "variants": [
+ {
322
+ "beginKeywords": "enum",
323
+ "illegal": "[($\"]"
324
+ },
325
326
+ "beginKeywords": "class interface trait",
327
+ "illegal": "[:($\"]"
328
+ }
329
+ ],
330
+ "end": "\\{",
331
"excludeEnd": true,
- "illegal": "[:\\(\\$\"]",
332
"contains": [
333
334
"beginKeywords": "extends implements"
0 commit comments