about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-05 11:15:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-05 11:15:13 -0700
commitcbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa (patch)
tree9e197138446472827e199323d13b2a292e94e787
parente214de81b8917745774469e64c1bf0791c263439 (diff)
downloadmu-cbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa.tar.gz
2153
-rw-r--r--mu.vim2
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
 
'n148' href='#n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208