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.
2 parents 27d6359 + efadefd commit 85f52b2Copy full SHA for 85f52b2
php-mode.el
@@ -1197,7 +1197,7 @@ After setting the stylevars run hooks according to STYLENAME
1197
(modify-syntax-entry ?\n "> b" php-mode-syntax-table)
1198
(modify-syntax-entry ?$ "'" php-mode-syntax-table)
1199
1200
- (setq-local syntax-propertize-function #'php-syntax-propertize-function)
+ (set (make-local-variable 'syntax-propertize-function) #'php-syntax-propertize-function)
1201
(add-to-list (make-local-variable 'syntax-propertize-extend-region-functions)
1202
#'php-syntax-propertize-extend-region)
1203
0 commit comments