diff options
author | Adrian Thurston <thurston@complang.org> | 2014-11-04 10:48:43 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2014-11-04 10:48:43 -0500 |
commit | 44690bdb7eb3a5657d5b6432372c8c25b3ed15d9 (patch) | |
tree | 9dc83660f5232c434419d88f8aefe4f9c70f631b /colm.vim | |
parent | 41de4e8105859310bbb3065e23788e283fb33ab7 (diff) | |
download | colm-44690bdb7eb3a5657d5b6432372c8c25b3ed15d9.tar.gz |
allow keyword 'struct' as synonym of 'context'
Diffstat (limited to 'colm.vim')
-rw-r--r-- | colm.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |