From 5a5cf0547b01d3c95dfa00b8f36f93a5143e25a7 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sat, 6 Jun 2015 11:15:28 -0400 Subject: replacing list and map with vlist and vmap --- colm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colm.vim') diff --git a/colm.vim b/colm.vim index bf9f5485..3a5f1a5d 100644 --- a/colm.vim +++ b/colm.vim @@ -62,7 +62,7 @@ syntax keyword Type \ end eos print syntax keyword typeKeywords - \ int str bool any ref ptr void list_el map_el + \ int str bool any ref ptr void syntax keyword Keyword \ reject else elsif return yield for while if -- cgit v1.2.1