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

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

[nongnu] elpa/raku-mode bfccfac15a 090/253: Alter priority of metaoperat


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode bfccfac15a 090/253: Alter priority of metaoperator highlighting
Date: Sat, 29 Jan 2022 08:28:45 -0500 (EST)

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

    Alter priority of metaoperator highlighting
    
    Things like X[&sprintf] were not being highlighted correctly.
---
 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 443afc2097..64691ccc9f 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -465,8 +465,8 @@ LIMIT can be used to bound the search."
 
 (defconst perl6-font-lock-keywords
   `(
-    (perl6-match-metaoperator 0 'perl6-operator)
     (,(perl6-rx reduce-operator) 0 'perl6-operator)
+    (perl6-match-metaoperator 0 'perl6-operator)
     (,(perl6-rx (group (any "@$%&"))
                 (or
                  "<"



reply via email to

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