Skip to content

Commit eadb030

Browse files
committed
Add "=>" to php-mode token as pseudo-operator
1 parent 155ad54 commit eadb030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/php-mode.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ In that case set to `NIL'."
411411
(left-assoc "and")
412412
(left-assoc "xor")
413413
(left-assoc "or")
414-
(left-assoc ",")))
414+
(left-assoc ",")
415+
(left-assoc "=>")))
415416

416417
;; Allow '\' when scanning from open brace back to defining
417418
;; construct like class

0 commit comments

Comments
 (0)