Skip to content

Commit a38c15b

Browse files
Demis Balbachzonuexe
authored andcommitted
Add => to assignment operators
1 parent fc1173e commit a38c15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ a completion list."
16571657
(")\\s-*:\\s-*\\??\\(\\(?:\\sw\\|\\s_\\)+\\)\\s-*\\(?:\{\\|;\\)" 1 font-lock-type-face)
16581658

16591659
;; Assignment operators (=, +=, ...)
1660-
("\\([^=<!>]+?\\([\-+./%]?=\\)[^=<!>]+?\\)" 2 'php-assignment-op)
1660+
("\\([^=<!>]+?\\([\-+./%]?=\\)[^=<!]+?\\)" 2 'php-assignment-op)
16611661

16621662
;; Comparison operators (==, ===, >=, ...)
16631663
("\\([!=]=\\{1,2\\}[>]?\\|[<>]=?\\)" 1 'php-comparison-op)

0 commit comments

Comments
 (0)