about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.vim b/mu.vim
index d2c538a1..c0b77ee7 100644
--- a/mu.vim
+++ b/mu.vim
@@ -46,6 +46,7 @@ syntax match muNumber %\<[0-9-]\?[0-9]\+/[^ ,]*%
 highlight link muNumber Constant
 syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}#\[\]][^ ]*\s*$"
 syntax match muLabel %[^ ]\+:label/\?[^ ,]*%
+syntax match muLabel "<[^ ]*>"
 highlight link muLabel Constant
 syntax match muLiteral %[^ ]\+:type/\?[^ ,]*%
 syntax match muLiteral %[^ ]\+:offset/\?[^ ,]*%