diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-05 00:32:55 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-05 00:32:55 -0800 |
commit | de612c4930430c4690e44b81014506df5fee433c (patch) | |
tree | 87f1d6d3a05a772dea79d1dc9eb6120ac3f487c6 /mu.vim | |
parent | 40647090be982dde1ff238221a1ba9ff4f260f16 (diff) | |
download | mu-de612c4930430c4690e44b81014506df5fee433c.tar.gz |
2367
Diffstat (limited to 'mu.vim')
-rw-r--r-- | mu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index bb77b50d..35d192ac 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 | highlight link muKeyword Constant +syntax keyword muKeyword default-space global-space new-default-space local-scope next-ingredient ingredient load-ingredients | highlight link muKeyword Constant syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter syntax match muAssign " <- \|\<raw\>" | highlight link muAssign SpecialChar |