[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/poke-mode f83bb37aa7 08/16: poke-mode: highlight chaine
From: |
ELPA Syncer |
Subject: |
[elpa] externals/poke-mode f83bb37aa7 08/16: poke-mode: highlight chained declaration lines with type constructors |
Date: |
Tue, 5 Apr 2022 15:02:55 -0400 (EDT) |
branch: externals/poke-mode
commit f83bb37aa72414af85671441ae913b0d5178209e
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>
poke-mode: highlight chained declaration lines with type constructors
2020-11-08 Jose E. Marchesi <jemarch@gnu.org>
(poke-font-lock-keywords): Cover the case of chained declaration
lines with type constructors in them.
---
poke-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/poke-mode.el b/poke-mode.el
index c2a062051f..114e2cce31 100644
--- a/poke-mode.el
+++ b/poke-mode.el
@@ -195,7 +195,7 @@
`(,(rx (group (any "A-Z" "a-z" "_") (* (any "A-Z" "a-z" "_" "0-9")))
(* space)
"="
- (+ (not ","))
+ (+? anychar)
"," (* space) eol)
1 'poke-declaration-name)
;; attributes
- [elpa] branch externals/poke-mode created (now 083a39eeb4), ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode b42c22fedd 01/16: etc/poke-mode.el: add Emacs mode for .pk files, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 8126eb0a77 02/16: etc/poke-mode.el: add experimental SMIE-based indent, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 7a05c56b44 03/16: syntax-check fixes, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 2266bd2d8f 04/16: Change keywords defFOO to FOO., ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode f83bb37aa7 08/16: poke-mode: highlight chained declaration lines with type constructors,
ELPA Syncer <=
- [elpa] externals/poke-mode 66799d3eef 07/16: poke-mode: font-lock entity names in chained declarations, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 3e6ac23c61 06/16: poke-mode: few improvements in font-lock, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode d0de4cfa52 09/16: poke-mode: highlight many field names, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 0920fd9e9e 11/16: poke-mode: some SMIE attempts, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 50a37cc296 15/16: Initial commit, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 289835acc8 05/16: poke-mode: indent chained declarations properly, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode c5fa74b6cc 10/16: poke-mode: fix font lock on string literals, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 2db5ae7dc0 12/16: update copyright years, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode ec4771c083 13/16: Remove IOS_F_TRUNCATE, ELPA Syncer, 2022/04/05
- [elpa] externals/poke-mode 083a39eeb4 16/16: Recover the file's history from Poke's main repository, ELPA Syncer, 2022/04/05