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 e74b664 commit 532788aCopy full SHA for 532788a
lisp/php-mode.el
@@ -987,8 +987,8 @@ this ^ lineup"
987
988
(defvar php-syntax-propertize-functions
989
'(php-syntax-propertize-heredoc
990
- php-syntax-propertize-quotes-in-comment
991
- php-syntax-propertize-hash-line-comment)
+ php-syntax-propertize-hash-line-comment
+ php-syntax-propertize-quotes-in-comment)
992
"Syntax propertize functions for PHP script.")
993
994
(defun php-syntax-propertize-function (start end)
0 commit comments