diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-05 11:15:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-05 11:15:13 -0700 |
commit | cbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa (patch) | |
tree | 9e197138446472827e199323d13b2a292e94e787 | |
parent | e214de81b8917745774469e64c1bf0791c263439 (diff) | |
download | mu-cbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa.tar.gz |
2153
-rw-r--r-- | mu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index c0b77ee7..a0fa2eb7 100644 --- a/mu.vim +++ b/mu.vim @@ -60,7 +60,7 @@ syntax match muAssign " <- \|\<raw\>" | highlight link muAssign SpecialChar syntax match muGlobal %[^ ]\+:global/\?[^ ,]*% | highlight link muGlobal SpecialChar syntax keyword muControl reply reply-if reply-unless jump jump-if jump-unless loop loop-if loop-unless break break-if break-unless current-continuation continue-from create-delimited-continuation reply-delimited-continuation | highlight muControl ctermfg=3 " common keywords -syntax keyword muRecipe recipe before after | highlight muRecipe ctermfg=208 +syntax keyword muRecipe recipe recipe! before after | highlight muRecipe ctermfg=208 syntax keyword muScenario scenario | highlight muScenario ctermfg=34 syntax keyword muData container exclusive-container | highlight muData ctermfg=226 |