summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-01-31 18:04:16 +0000
committerAdrian Thurston <thurston@complang.org>2010-01-31 18:04:16 +0000
commitaddf9105a8f531a1bb7ee170e57969f67649f0e2 (patch)
treeed858e77f3018c82663fed901c29cbbb8b666f07 /colm.vim
parent6a0e2010a138719b9a2e1258c7309ec3ede5a469 (diff)
downloadcolm-addf9105a8f531a1bb7ee170e57969f67649f0e2.tar.gz
The keyword 'cons' is now a synonym for 'construct'.
The keyword 'parser' is now a synonym for 'accum'. I was hesitant of this at first due to it being only one letter away from 'parse'. Now treating parser context as an object that needs to b passed to parse statements of types that have context and passed to an accumulator (parser object).
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm.vim b/colm.vim
index d0e8cd5c..2a1938fd 100644
--- a/colm.vim
+++ b/colm.vim
@@ -55,8 +55,8 @@ syntax match tlNumber "false"
syntax keyword Type
\ commit include literal iter
\ namespace lex reducefirst global include
- \ construct parse parse_stop match require
- \ preeof left right nonassoc prec accum context
+ \ construct cons parse parse_stop match require
+ \ preeof left right nonassoc prec accum context parser alias
syntax keyword typeKeywords
\ int str bool any ref vector map list ptr