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

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

[nongnu] elpa/raku-mode 7141debae2 101/253: Highlight ':' twigil


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 7141debae2 101/253: Highlight ':' twigil
Date: Sat, 29 Jan 2022 08:28:46 -0500 (EST)

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

    Highlight ':' twigil
---
 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 b8832a0c44..750b0dddc6 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -499,7 +499,7 @@ LIMIT can be used to bound the search."
                       (or (any ",\)\}") (symbol "where")))))
      1 'perl6-sigil)
     (,(perl6-rx (group (1+ (char "@$%&")))
-                (group (opt (char ".^*?=!~")))
+                (group (opt (char ".^*?=!~:")))
                 (group (opt (or (and "::" (0+ (and identifier "::")))
                                 (1+ identifier "::"))))
                 (group (or (1+ digit)



reply via email to

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