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

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

[nongnu] elpa/raku-mode 5f66f10dbe 143/253: Correctly highlight $foo.?me


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 5f66f10dbe 143/253: Correctly highlight $foo.?method
Date: Sat, 29 Jan 2022 08:28:49 -0500 (EST)

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

    Correctly highlight $foo.?method
---
 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 373d6e3938..019b8507b8 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -558,7 +558,7 @@ LIMIT can be used to bound the search."
      (2 'perl6-type-constraint nil t)
      (3 'perl6-type-property nil t))
     ;; method calls like $foo.bar or $hlagh.^methods
-    (,(perl6-rx (group (any ".^")) (group identifier symbol-end))
+    (,(perl6-rx (group (any ".^?")) (group identifier symbol-end))
      (1 'perl6-operator)
      (2 'perl6-identifier))
     ;; autoquoting fat arrow, foo => $bar



reply via email to

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