emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash a10fb6b 028/316: Add -each-indexed keyword to font


From: ELPA Syncer
Subject: [elpa] externals/dash a10fb6b 028/316: Add -each-indexed keyword to font-lock
Date: Mon, 15 Feb 2021 15:57:18 -0500 (EST)

branch: externals/dash
commit a10fb6bf802a5f1aa785c03ced5971da334e880f
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    Add -each-indexed keyword to font-lock
---
 dash.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dash.el b/dash.el
index 57f2ddf..eb9105b 100644
--- a/dash.el
+++ b/dash.el
@@ -2254,6 +2254,8 @@ structure such as plist or alist."
        (let ((new-keywords '(
                              "-each"
                              "--each"
+                             "-each-indexed"
+                             "--each-indexed"
                              "-each-while"
                              "--each-while"
                              "-dotimes"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]