summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-12-19 20:23:04 -0500
committerAdrian Thurston <thurston@complang.org>2014-12-19 20:23:04 -0500
commitdb9cfbc7d06ed34f1fe73465d81d3ac0975adaff (patch)
tree406d44a974f7242787b3c632146511785391f325 /colm.vim
parent12495ae402a5c9d80d467d9baae72f91ebac13cb (diff)
downloadcolm-db9cfbc7d06ed34f1fe73465d81d3ac0975adaff.tar.gz
hacked together some struct (non-tree) semantics
Can new, get and set non-tree objects (very limited features).
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 c1e4a614..bf9f5485 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]*:"