Changeset 20986 for util

Show
Ignore:
Timestamp:
06/24/08 12:02:18 (5 months ago)
Author:
moritz
Message:

[util/perl6.vim] updated builtin types to closer match S02

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/perl6.vim

    r20898 r20986  
    5353syn keyword p6KeyProperty   complex64 complex128 buf8 buf16 buf32 buf64 
    5454syn keyword p6KeyProperty   WHAT HOW 
    55 syn keyword p6KeyType       Array Bool Class Code Hash Int IO Num NumRange  
    56 syn keyword p6KeyType       Str StrRange Sub Role Rule Rat Complex Any 
    57 syn keyword p6KeyType       Scalar List  
     55" immutable types as of S02 
     56syn keyword p6KeyType       Int Num Complex Rat Str Bit Regex Set Junction 
     57syn keyword p6KeyType       Code Block List Seq 
     58" low-level types as of S02: 
     59syn keyword p6KeyType       int num complex rat buf bit 
     60"other types 
     61syn keyword p6KeyType       Array Bool Class Hash IO StrPos StrLen 
     62syn keyword p6KeyType       Sub Role Rule Rat Any Scalar 
     63 
    5864syn keyword p6KeyFunc       substr index rindex 
    5965syn keyword p6KeyFunc       grep map sort join split reduce min max reverse truncate zip