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 8f09af6 commit af7ee47Copy full SHA for af7ee47
src/Templates/highlight.php/php.json
@@ -204,7 +204,15 @@
204
"_": "variable"
205
},
206
{
207
- "$ref": "#contains.10.contains.3.contains.2",
+ "$ref": "#contains.3",
208
+ "_": "comment"
209
+ },
210
+ {
211
+ "$ref": "#contains.4",
212
213
214
215
+ "$ref": "#contains.5",
216
"_": "comment"
217
218
@@ -258,19 +266,8 @@
258
266
259
267
260
268
261
- "className": "comment",
262
- "begin": "/\\*",
263
- "end": "\\*/",
264
- "contains": [
265
- {
- "$ref": "#contains.2.contains.0"
- },
269
- "className": "doctag",
270
- "begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
271
- "relevance": 0
272
- }
273
- ]
274
275
276
"className": "string",
0 commit comments