branch: elpa/raku-mode
commit 4a018be6239b802e91a96b9e7682a9fdcebaadae
Author: JJ Merelo <[email protected]>
Commit: JJ Merelo <[email protected]>

    Adds BagHash to check again
---
 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 eb42883ec4..8a97dc8fb4 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -215,7 +215,7 @@
          . ,(rx (or "Object" "Any" "Junction" "Whatever" "Capture" "Match"
                     "Signature" "Proxy" "Matcher" "Package" "Module" "Class"
                     "Grammar" "Scalar" "Array" "Hash" "KeyHash" "KeySet" 
"KeyBag"
-                    "Pair" "List" "Seq" "Range" "Set" "Bag" "Mapping" "Void"
+                    "Pair" "List" "Seq" "Range" "Set" "Bag" "BagHash" 
"Mapping" "Void"
                     "Undef" "Failure" "Exception" "Code" "Block" "Routine" 
"Sub"
                     "Macro" "Method" "Submethod" "Regex" "Str" "Blob" "Char" 
"Map"
                     "Byte" "Parcel" "Codepoint" "Grapheme" "StrPos" "StrLen"

Reply via email to