diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-28 15:09:35 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-28 15:09:35 -0700 |
commit | d955ddd62e58e1659bab91a87b2a065fad16d8d5 (patch) | |
tree | f708d034a070afb5cc2bbe230b8d3a29b7ea0001 | |
parent | f7b31a14a20e54229f00ff1e31bbc94dce285f4b (diff) | |
download | mu-d955ddd62e58e1659bab91a87b2a065fad16d8d5.tar.gz |
1506
-rw-r--r-- | mu.vim | 2 |
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 |