This commit is contained in:
Kartik Agaram 2020-01-30 00:21:24 -08:00
parent 4c0b4b4611
commit b18bea703c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ syntax keyword muControl start-running
syntax keyword muControl call-with-continuation-mark return-continuation-until-mark
highlight link muControl Identifier
syntax match muRecipe "->"
syntax match muRecipe " -> "
syntax match muRecipe "^recipe\>\|^def\>\|^before\>\|^after\>\| -> "
syntax keyword muRecipe recipe! def! function fn
highlight link muRecipe PreProc