summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-12-27 10:27:17 -0500
committerAdrian Thurston <thurston@complang.org>2013-12-27 10:27:17 -0500
commit3e0d01db479be467b5fe310df066e8ded9eee1a6 (patch)
tree1782545f531d1285d9c85dc8494b76dd5fdb5532 /colm.vim
parent954ee9801b5681cfbfbaa74458988a74e87b428a (diff)
downloadcolm-3e0d01db479be467b5fe310df066e8ded9eee1a6.tar.gz
added void to the highlighted types
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm.vim b/colm.vim
index bf33183a..0b8a8ad2 100644
--- a/colm.vim
+++ b/colm.vim
@@ -60,7 +60,7 @@ syntax keyword Type
\ end
syntax keyword typeKeywords
- \ int str bool any ref ptr
+ \ int str bool any ref ptr void
syntax keyword Keyword
\ reject else elsif return yield for while if