Skip to content

Commit 83e4494

Browse files
committed
Swap order of propertize comment
1 parent fcca03d commit 83e4494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/php-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ this ^ lineup"
987987

988988
(defvar php-syntax-propertize-functions
989989
'(php-syntax-propertize-heredoc
990-
php-syntax-propertize-quotes-in-comment
991-
php-syntax-propertize-hash-line-comment)
990+
php-syntax-propertize-hash-line-comment
991+
php-syntax-propertize-quotes-in-comment)
992992
"Syntax propertize functions for PHP script.")
993993

994994
(defun php-syntax-propertize-function (start end)

0 commit comments

Comments
 (0)