[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 51670f3364 7/9: Add "=>" to php-mode token as pse
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 51670f3364 7/9: Add "=>" to php-mode token as pseudo-operator |
Date: |
Sat, 1 Oct 2022 23:59:04 -0400 (EDT) |
branch: elpa/php-mode
commit 51670f33644afca890338e4fd32cb9a00a4c5a77
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Add "=>" to php-mode token as pseudo-operator
---
lisp/php-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index aef3f3c806..241e2c9697 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -411,7 +411,8 @@ In that case set to `NIL'."
(left-assoc "and")
(left-assoc "xor")
(left-assoc "or")
- (left-assoc ",")))
+ (left-assoc ",")
+ (left-assoc "=>")))
;; Allow '\' when scanning from open brace back to defining
;; construct like class
- [nongnu] elpa/php-mode updated (6513efaf6f -> 7e4905a6e9), ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 6049ad7453 5/9: Add php-complete.el, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 651d524bdb 1/9: Add script/extract_functions.php, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 5179a1c28a 3/9: Copy c-end-of-token function from cc-engine.el, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 4609c9334c 4/9: Add php-leading-tokens, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 6531053ce6 2/9: Add php-defs.el, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode b3718d488d 6/9: Copy thing-at-point-bounds-of-string-at-point function from thingatpt.el, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 51670f3364 7/9: Add "=>" to php-mode token as pseudo-operator,
ELPA Syncer <=
- [nongnu] elpa/php-mode 836663957b 8/9: Add functions-txt subcommand to extract_functions.php, ELPA Syncer, 2022/10/01
- [nongnu] elpa/php-mode 7e4905a6e9 9/9: Merge pull request #708 from emacs-php/feature/php-completion, ELPA Syncer, 2022/10/01