diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-30 00:21:24 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-30 00:21:24 -0800 |
commit | b18bea703c5b101fbef27946367b39abc3cab788 (patch) | |
tree | 8a23484b52ead4b1ec8aa272cc4bf150c427e826 /archive | |
parent | 4c0b4b461160237f4ec61dd2d2f6d7cc451b149d (diff) | |
download | mu-b18bea703c5b101fbef27946367b39abc3cab788.tar.gz |
5959
Diffstat (limited to 'archive')
-rw-r--r-- | archive/1.vm/mu.vim | 2 |
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 |