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

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

[nongnu] elpa/raku-mode 9ca2944f8f 100/253: Highlight :!foo correctly


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 9ca2944f8f 100/253: Highlight :!foo correctly
Date: Sat, 29 Jan 2022 08:28:46 -0500 (EST)

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

    Highlight :!foo 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 81a64ced6b..b8832a0c44 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -534,7 +534,7 @@ LIMIT can be used to bound the search."
      (1 'perl6-operator nil t)
      (2 'perl6-operator nil t))
     (,(perl6-rx (symbol (or low-type high-type))) 0 'perl6-type)
-    (,(perl6-rx (group ":") (group (symbol identifier)))
+    (,(perl6-rx (group ":" (opt "!")) (group (symbol identifier)))
      (1 'perl6-operator)
      (2 'perl6-string))
     (,(perl6-rx (symbol operator-word)) 0 'perl6-operator)



reply via email to

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