diff options
-rw-r--r-- | mu.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mu.vim b/mu.vim index 49c322cc..e7c188da 100644 --- a/mu.vim +++ b/mu.vim @@ -47,6 +47,11 @@ highlight link muNumber Constant syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}\[\]][^ ]*\s*$" syntax match muLabel %[^ ]\+:label/\?[^ ,]*% highlight link muLabel Constant +syntax match muLiteral %[^ ]\+:type/\?[^ ,]*% +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 match muDelimiter "[{}]" | highlight link muDelimiter Delimiter |