From 44690bdb7eb3a5657d5b6432372c8c25b3ed15d9 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 4 Nov 2014 10:48:43 -0500 Subject: allow keyword 'struct' as synonym of 'context' --- colm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colm.vim') diff --git a/colm.vim b/colm.vim index c9c4340f..3a5f1a5d 100644 --- a/colm.vim +++ b/colm.vim @@ -58,7 +58,7 @@ syntax keyword Type \ commit include literal iter \ namespace lex reducefirst global include export \ construct cons parse parse_tree parse_stop match require send send_tree - \ preeof left right nonassoc prec context alias + \ preeof left right nonassoc prec context struct alias \ end eos print syntax keyword typeKeywords -- cgit v1.2.1