diff options
author | Adrian Thurston <thurston@complang.org> | 2013-04-12 18:58:53 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-04-12 18:58:53 -0400 |
commit | 8a51bb5bdeac124a1199e24e78c4d9f207795fed (patch) | |
tree | ef6b71d3f528f3ecb02849c7be0e791f668f96c2 /colm.vim | |
parent | 029beab25cf91e4dcb191140ec7fd169f0b2dbce (diff) | |
download | colm-8a51bb5bdeac124a1199e24e78c4d9f207795fed.tar.gz |
don't highlight parser, list, map, vector
These are part of a type_ref and as such should be plain.
Diffstat (limited to 'colm.vim')
-rw-r--r-- | colm.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,10 +56,10 @@ syntax keyword Type \ commit include literal iter \ namespace lex reducefirst global include export \ construct cons parse parse_stop match require send - \ preeof left right nonassoc prec accum context parser alias + \ preeof left right nonassoc prec accum context alias syntax keyword typeKeywords - \ int str bool any ref vector map list ptr + \ int str bool any ref ptr syntax keyword Keyword \ reject else elsif return yield for while if |