Skip to content

Commit 8a5d984

Browse files
committed
Do not set the comment termination property
1 parent bfdb4ca commit 8a5d984

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/php-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,7 @@ this ^ lineup"
10201020
(when (and (search-forward "#" line-end t)
10211021
(not (php-in-string-or-comment-p))
10221022
(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 ">")))
1023+
(c-put-char-property (1- (point)) 'syntax-table (string-to-syntax "< b")))
10251024
(move-beginning-of-line 2)
10261025
(setq in-last-line (>= line-end (point)))))))
10271026

0 commit comments

Comments
 (0)