branch: elpa/raku-mode
commit 8ecc3daa407b7214695f1be6db10b94060e46a38
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
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