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

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

[nongnu] elpa/raku-mode 33e699c109 087/253: More conservative reduce-ope


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 33e699c109 087/253: More conservative reduce-operator highlighting
Date: Sat, 29 Jan 2022 08:28:45 -0500 (EST)

branch: elpa/raku-mode
commit 33e699c10970d3553f6eb164c32cb08d65b453d9
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    More conservative reduce-operator highlighting
---
 perl6-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index c1e357b2cf..441786b472 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -178,7 +178,7 @@
               (or (and (regex "[^[:digit:]@%$]")
                        (0+ (regex "[^\[\{\('\"[:space:]]")))
                   (and (any "@%$")
-                       (regex "[^.?^=_[:alpha:]]")
+                       (regex "[^.?^=_[:alpha:]]\[\{\('\"[:space:]]")
                        (0+ (regex "[^\[\{\('\"[:space:]]"))))
               (opt "\)")
               (1+ "\]")))



reply via email to

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