branch: elpa/raku-mode
commit 33e699c10970d3553f6eb164c32cb08d65b453d9
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>

    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