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 bf8e4924..967136e2 100644
--- a/mu.vim
+++ b/mu.vim
@@ -84,7 +84,7 @@ highlight muControl ctermfg=3
 
 syntax match muRecipe "->"
 syntax match muRecipe "^recipe\>\|^def\>\|^before\>\|^after\>\| -> "
-syntax keyword muRecipe recipe! def!
+syntax keyword muRecipe recipe! def! function fn
 highlight muRecipe ctermfg=208
 
 syntax match muScenario "^scenario\>" | highlight muScenario ctermfg=34