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 86aecf1 commit 4799c7dCopy full SHA for 4799c7d
lisp/php-mode.el
@@ -1020,8 +1020,7 @@ this ^ lineup"
1020
(when (and (search-forward "#" line-end t)
1021
(not (php-in-string-or-comment-p))
1022
(not (looking-at "[[]")))
1023
- (c-put-char-property (1- (point)) 'syntax-table (string-to-syntax "<"))
1024
- (c-put-char-property line-end 'syntax-table (string-to-syntax ">")))
+ (c-put-char-property (1- (point)) 'syntax-table (string-to-syntax "< b")))
1025
(move-beginning-of-line 2)
1026
(setq in-last-line (>= line-end (point)))))))
1027
0 commit comments