Skip to content

Commit

Permalink
Bool type was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Altai-man committed Jan 16, 2016
1 parent 6c97f87 commit 601f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 601f37e

Please sign in to comment.