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

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

[nongnu] elpa/raku-mode 3e55db2507 069/253: Avoid highlighting X::Foo as


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 3e55db2507 069/253: Avoid highlighting X::Foo as a metaoperator
Date: Sat, 29 Jan 2022 08:28:43 -0500 (EST)

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

    Avoid highlighting X::Foo as a metaoperator
---
 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 a55acd07a5..656adf7094 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -152,7 +152,7 @@
                         "orelse")
                     symbol-end)
                (any ".,")
-               (1+ (regex "[^\[.,[:space:][:alnum:]]")))))
+               (1+ (regex "[^:\[.,[:space:][:alnum:]]")))))
       (low-type . ,(rx (or "int" "int1" "int2" "int4" "int8" "int16"
                            "int32" "int64" "rat" "rat1" "rat2" "rat4"
                            "rat8" "rat16" "rat32" "rat64" "buf" "buf1"



reply via email to

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