about summary refs log tree commit diff stats
path: root/archive
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-30 00:21:24 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-30 00:21:24 -0800
commitb18bea703c5b101fbef27946367b39abc3cab788 (patch)
tree8a23484b52ead4b1ec8aa272cc4bf150c427e826 /archive
parent4c0b4b461160237f4ec61dd2d2f6d7cc451b149d (diff)
downloadmu-b18bea703c5b101fbef27946367b39abc3cab788.tar.gz
5959
Diffstat (limited to 'archive')
-rw-r--r--archive/1.vm/mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/1.vm/mu.vim b/archive/1.vm/mu.vim
index dd0763a7..d2088ec2 100644
--- a/archive/1.vm/mu.vim
+++ b/archive/1.vm/mu.vim
@@ -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