diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-04 08:46:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-04 08:46:59 -0700 |
commit | b94f150a57f7f3143f64e85f9ebc42f44376c4b5 (patch) | |
tree | d75401d1e29aac0217f360d4fc646030e4ee7afe | |
parent | 4adb09bc12b81faac8f77fbce36d6e636d374301 (diff) | |
download | mu-b94f150a57f7f3143f64e85f9ebc42f44376c4b5.tar.gz |
2139
-rw-r--r-- | mu.vim | 1 |
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/\?[^ ,]*% |