about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-28 15:09:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-28 15:09:35 -0700
commitd955ddd62e58e1659bab91a87b2a065fad16d8d5 (patch)
treef708d034a070afb5cc2bbe230b8d3a29b7ea0001 /mu.vim
parentf7b31a14a20e54229f00ff1e31bbc94dce285f4b (diff)
downloadmu-d955ddd62e58e1659bab91a87b2a065fad16d8d5.tar.gz
1506
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim
index e036b0ea..a90e2bec 100644
--- a/mu.vim
+++ b/mu.vim
@@ -47,7 +47,7 @@ syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter
 syntax match muLabel " [^a-zA-Z0-9 \[\.][a-zA-Z0-9-]\+" | highlight link muLabel Function
 syntax match muAssign " <- " | highlight link muAssign SpecialChar
 syntax match muAssign "\<raw\>"
-syntax keyword muControl reply reply-if reply-unless jump jump-if jump-unless loop loop-if loop-unless break-if break-unless default-space next-ingredient ingredient | highlight link muControl Function
+syntax keyword muControl reply reply-if reply-unless jump jump-if jump-unless loop loop-if loop-unless break-if break-unless default-space next-ingredient ingredient current-continuation continue-from create-delimited-continuation reply-delimited-continuation | highlight link muControl Function
 " common keywords
 syntax keyword muRecipe recipe before after | highlight muRecipe ctermfg=208
 syntax keyword muScenario scenario | highlight muScenario ctermfg=34