branch: elpa/raku-mode commit 601f37ef15a5b932733913622fd01d5e29e6c88d Author: Altai-man <altay-...@mail.ru> Commit: Altai-man <altay-...@mail.ru>
Bool type was added. --- 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 de3546d2f8..8be89f5b3f 100644 --- a/perl6-font-lock.el +++ b/perl6-font-lock.el @@ -225,7 +225,7 @@ "Version" "Num" "Complex" "Bit" "True" "False" "Order" "Same" "Less" "More" "Increasing" "Decreasing" "Ordered" "Callable" "AnyChar" "Positional" "Associative" "Ordering" "KeyExtractor" - "Comparator" "OrderingPair" "IO" "KitchenSink" "Role" "Int" + "Comparator" "OrderingPair" "IO" "KitchenSink" "Role" "Int" "Bool" "Rat" "Buf" "UInt" "Abstraction" "Numeric" "Real" "Nil" "Mu"))) (version . ,(rx "v" (1+ digit) (0+ "." (or "*" (1+ digit))) (opt "+"))) (number