about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
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 c83b391b..b4b06710 100644
--- a/mu.vim
+++ b/mu.vim
@@ -48,7 +48,7 @@ syntax match muControl "\<loop\>\|\<loop-if[^ ]*"
 highlight link muControl Identifier
 
 syntax match muRecipe " -> "
-syntax keyword muRecipe fn type
+syntax keyword muRecipe fn type var
 highlight link muRecipe PreProc
 
 syntax match muData "^type\>"