diff options
author | Adrian Thurston <thurston@complang.org> | 2013-04-14 12:19:12 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-04-14 12:19:12 -0400 |
commit | 0802c2b4ef354e0016a7c35f755b4ed17251f234 (patch) | |
tree | 68e809c18188c5401ac1ee7e6b009c3f0dd99c80 /colm.vim | |
parent | d8cf75e598caa001d03e14771cc900d40fa20b5e (diff) | |
download | colm-0802c2b4ef354e0016a7c35f755b4ed17251f234.tar.gz |
remeved accum from highlighed works, also is a type
Diffstat (limited to 'colm.vim')
-rw-r--r-- | colm.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ 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 alias + \ preeof left right nonassoc prec context alias \ end syntax keyword typeKeywords |