summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-11-01 01:07:58 +0000
committerAdrian Thurston <thurston@complang.org>2011-11-01 01:07:58 +0000
commit02500f9f6f1f3532dd2465da6e45d4a05dce68fe (patch)
treed0bd5e27c88ff5c8bb63659c580c3d630aadc1ab /colm.vim
parent8b2c400a6ed07b331132878776d7d864e9055057 (diff)
downloadcolm-02500f9f6f1f3532dd2465da6e45d4a05dce68fe.tar.gz
Added an export keyword for returning values to C++ code. Export makes a global
that has an associated fetch function in the export code. Replaces the return from the main line. refs #328.
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 43197c9f..d65ae0c2 100644
--- a/colm.vim
+++ b/colm.vim
@@ -54,7 +54,7 @@ syntax match tlNumber "false"
syntax keyword Type
\ commit include literal iter
- \ namespace lex reducefirst global include
+ \ namespace lex reducefirst global include export
\ construct cons parse parse_stop match require send
\ preeof left right nonassoc prec accum context parser alias