about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-26 19:59:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-26 19:59:24 -0700
commit426009da9393b97572f55212b44f56c09c7e4c96 (patch)
tree50ad3272ef7358c4eca189803b41548673384f11 /mu.vim
parent380b0b636691ac115b179306e4cfa38e675e43b5 (diff)
downloadmu-426009da9393b97572f55212b44f56c09c7e4c96.tar.gz
2080
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.vim b/mu.vim
index e6b0d9be..d2c538a1 100644
--- a/mu.vim
+++ b/mu.vim
@@ -61,5 +61,6 @@ syntax keyword muControl reply reply-if reply-unless jump jump-if jump-unless lo
 " common keywords
 syntax keyword muRecipe 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
 
 let &cpo = s:save_cpo