diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:42:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:42:37 +0200 |
commit | 5dd1a7e83966c92d220073185f1738dfe441f59e (patch) | |
tree | 9c4bee389a51a9bb111dcc894c9db0f6d1809d81 /syntax/perl6.vim | |
parent | bc098370c1bb81840734f5764f431dee270e75ce (diff) | |
download | vim-polyglot-5dd1a7e83966c92d220073185f1738dfe441f59e.tar.gz vim-polyglot-5dd1a7e83966c92d220073185f1738dfe441f59e.zip |
Update
Diffstat (limited to 'syntax/perl6.vim')
-rw-r--r-- | syntax/perl6.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/perl6.vim b/syntax/perl6.vim index ff8070b8..b77ca3da 100644 --- a/syntax/perl6.vim +++ b/syntax/perl6.vim @@ -87,8 +87,8 @@ let s:keywords = { \ "for loop repeat while until gather given", \ ], \ "p6FlowControl": [ - \ "take do when next last redo return contend maybe defer start", - \ "default exit make continue break goto leave async lift", + \ "take do when next last redo return return-rw contend maybe defer", + \ "start default exit make continue break goto leave async lift", \ ], \ "p6ClosureTrait": [ \ "BEGIN CHECK INIT START FIRST ENTER LEAVE KEEP", @@ -118,7 +118,7 @@ let s:types = [ \ "Object Any Junction Whatever Capture Match", \ "Signature Proxy Matcher Package Module Class", \ "Grammar Scalar Array Hash KeyHash KeySet KeyBag", - \ "Pair List Seq Range Set Bag Mapping Void Undef", + \ "Pair List Seq Range Set Bag Map Mapping Void Undef", \ "Failure Exception Code Block Routine Sub Macro", \ "Method Submethod Regex Str Blob Char Byte Parcel", \ "Codepoint Grapheme StrPos StrLen Version Num", |