Skip to content

Commit

Permalink
Merge pull request #4 from Altai-man/master
Browse files Browse the repository at this point in the history
Bool type was added.
  • Loading branch information
hinrik committed Jan 17, 2016
2 parents 6c97f87 + 601f37e commit bf7900b
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 bf7900b

Please sign in to comment.