Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions syntax/raku.vim
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ let s:types = [
\ "Comparator OrderingPair IO KitchenSink Role",
\ "Int Rat Buf UInt Abstraction Numeric Real",
\ "Nil Mu SeekFromBeginning SeekFromEnd SeekFromCurrent",
\ "Allomorph Attribute Baggy BagHash Channel ComplexStr",
\ "Dateish Date DateTime Duration Encoding Enumeration",
\ "Endian NativeEndian LittleEndian BigEndian FatRat",
\ "Format Formatter Instant IntStr Iterable Iterator",
\ "MixHash Mix Mixy NumStr Parameter Proc Promise",
\ "QuantHash Rational RatStr Sequence SetHash Setty",
\ "Slip Stringy Supplier Supply Tap Variable",
\ ]

" We explicitly enumerate the alphanumeric infix operators allowed after [RSXZ]
Expand Down