We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d313790 + e384614 commit 241bd82Copy full SHA for 241bd82
lisp/php-mode.el
@@ -960,7 +960,7 @@ this ^ lineup"
960
(0 (ignore (php--syntax-propertize-quotes-in-comment (match-beginning 0)))))))
961
962
(defmacro php-build-propertize-function ()
963
- `(syntax-propertize-rules ,@php-syntax-propertize-rules))
+ `(byte-compile (syntax-propertize-rules ,@php-syntax-propertize-rules)))
964
965
(defalias 'php-syntax-propertize-function (php-build-propertize-function)))
966
0 commit comments