Skip to content

Commit

Permalink
hljs.COMMENT('//', '$') >>> hljs.C_LINE_COMMENT_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
doiftrue authored and joshgoebel committed Mar 19, 2023
1 parent 17b9725 commit 5c0b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/php.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export default function(hljs) {
contains: [
ATTRIBUTES,
hljs.HASH_COMMENT_MODE,
hljs.COMMENT('//', '$'),
hljs.C_LINE_COMMENT_MODE,
hljs.COMMENT(
'/\\*',
'\\*/',
Expand Down

0 comments on commit 5c0b4fe

Please sign in to comment.