about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-07 10:20:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-07 10:20:56 -0700
commit538831ed8a41bdf76684dda1cfc645a26788b288 (patch)
tree7917e8f2ab6f0adeb8355a3b6e765da874948d19 /mu.vim
parentadf16b94b89171bf3b06e1cc802a6d2f71d52d61 (diff)
downloadmu-538831ed8a41bdf76684dda1cfc645a26788b288.tar.gz
2266 - drop experiment with generics
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 fc1053a5..72255940 100644
--- a/mu.vim
+++ b/mu.vim
@@ -54,7 +54,7 @@ syntax match muLiteral %[^ ]\+:offset/\?[^ ,]*%
 syntax match muLiteral %[^ ]\+:variant/\?[^ ,]*%
 syntax match muLiteral %[^ ]\+:recipe/\?[^ ,]*%
 highlight link muLiteral Constant
-syntax keyword muKeyword default-space global-space new-default-space local-scope next-ingredient ingredient next-type | highlight link muKeyword Constant
+syntax keyword muKeyword default-space global-space new-default-space local-scope next-ingredient ingredient | highlight link muKeyword Constant
 
 syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter
 syntax match muAssign " <- \|\<raw\>" | highlight link muAssign SpecialChar