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

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

[nongnu] elpa/raku-mode 8ecc3daa40 113/253: Expand comment


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 8ecc3daa40 113/253: Expand comment
Date: Sat, 29 Jan 2022 08:28:47 -0500 (EST)

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

    Expand comment
---
 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 ed0ee70a79..85c267ca68 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -431,7 +431,7 @@ Takes arguments START and END which delimit the region to 
propertize."
       ;; postfix hyper operators
       ((perl6-rx (or identifier "]" ")") (group (or "»" ">>")))
        (0 nil))
-      ;; other metaoperators like (-), R=>, [*], X~
+      ;; other metaoperators like (-), R=>, [*], X~, »+«
       ((perl6-rx (or set-operator rsxz-operator reduce-operator 
hyper-operator))
        (0 (ignore (perl6-add-font-lock-hint 'perl6-metaoperator 0))))
       ;; angle-bracketed quoting construct



reply via email to

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