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

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

[nongnu] elpa/raku-mode 4917b2c270 055/253: Highlight #=() and #|() comm


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 4917b2c270 055/253: Highlight #=() and #|() comments
Date: Sat, 29 Jan 2022 08:28:42 -0500 (EST)

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

    Highlight #=() and #|() comments
---
 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 7a38b0ba77..daf1fc1215 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -286,7 +286,7 @@ Takes arguments START and END which delimit the region to 
propertize."
       ((rx (or (and "::" symbol-start)
                (and symbol-end "::")))
        (0 "_"))
-      ((rx "#`")
+      ((rx "#" (any "`|="))
        (0 (ignore (perl6-syntax-propertize-embedded-comment))))
       ;; set operators
       ((perl6-rx set-operator)



reply via email to

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