summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-11-02 10:50:21 -0500
committerAdrian Thurston <thurston@complang.org>2014-11-02 10:50:21 -0500
commit7a12881504b6e16387796957dfba3e4d30f5f470 (patch)
treefdbf71eb75c17d2d8e7ebb15816063ec47bf9cf7 /colm.vim
parent26c0ce006f365f18a3102c74bc011e97b6c314ed (diff)
downloadcolm-7a12881504b6e16387796957dfba3e4d30f5f470.tar.gz
some initial work on non-tree list types
Can allocate a list type.
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 128e558b..c9c4340f 100644
--- a/colm.vim
+++ b/colm.vim
@@ -67,7 +67,7 @@ syntax keyword typeKeywords
syntax keyword Keyword
\ reject else elsif return yield for while if
\ typeid in break
- \ new deref ni cast switch case default
+ \ new new2 deref ni cast switch case default
syntax match tokenName "[a-zA-Z_][a-zA-Z_0-9]*" contained
syntax match varCapture "[a-zA-Z_][a-zA-Z_0-9]*:"