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 72f4ae0 commit 51f30f4Copy full SHA for 51f30f4
php-mode.el
@@ -1000,12 +1000,7 @@ this ^ lineup"
1000
(while (re-search-forward "['\"]" end t)
1001
(when (php-in-comment-p)
1002
(c-put-char-property (match-beginning 0)
1003
- 'syntax-table (string-to-syntax "_"))))
1004
- (funcall
1005
- (syntax-propertize-rules
1006
- ("\\(\"\\)\\(\\\\.\\|[^\"\n\\]\\)*\\(\"\\)" (1 "\"") (3 "\""))
1007
- ("\\('\\)\\(\\\\.\\|[^'\n\\]\\)*\\('\\)" (1 "\"") (3 "\"")))
1008
- start end))
+ 'syntax-table (string-to-syntax "_")))))
1009
1010
(defun php-heredoc-syntax ()
1011
"Mark the boundaries of searched heredoc."
0 commit comments