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

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

[nongnu] elpa/raku-mode aa3a58e4c5 162/253: "Map" type highlighting


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode aa3a58e4c5 162/253: "Map" type highlighting
Date: Sat, 29 Jan 2022 08:28:54 -0500 (EST)

branch: elpa/raku-mode
commit aa3a58e4c5b3a08c5dd2cb025fbfae2c4e409237
Author: Altai-man <altay-man@mail.ru>
Commit: GitHub <noreply@github.com>

    "Map" type highlighting
    
    See https://docs.perl6.org/type/Map
---
 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 b6d3710fe2..eb42883ec4 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -217,7 +217,7 @@
                     "Grammar" "Scalar" "Array" "Hash" "KeyHash" "KeySet" 
"KeyBag"
                     "Pair" "List" "Seq" "Range" "Set" "Bag" "Mapping" "Void"
                     "Undef" "Failure" "Exception" "Code" "Block" "Routine" 
"Sub"
-                    "Macro" "Method" "Submethod" "Regex" "Str" "Blob" "Char"
+                    "Macro" "Method" "Submethod" "Regex" "Str" "Blob" "Char" 
"Map"
                     "Byte" "Parcel" "Codepoint" "Grapheme" "StrPos" "StrLen"
                     "Version" "Num" "Complex" "Bit" "True" "False" "Order" 
"Same"
                     "Less" "More" "Increasing" "Decreasing" "Ordered" 
"Callable"



reply via email to

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