diff options
-rw-r--r-- | mu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index ca6baa44..e6b0d9be 100644 --- a/mu.vim +++ b/mu.vim @@ -44,7 +44,7 @@ syntax match muNumber %[^ ]\+:literal/\?[^ ,]*% syntax match muNumber %\<[0-9-]\?[0-9]\+\>% syntax match muNumber %\<[0-9-]\?[0-9]\+/[^ ,]*% highlight link muNumber Constant -syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}\[\]][^ ]*\s*$" +syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}#\[\]][^ ]*\s*$" syntax match muLabel %[^ ]\+:label/\?[^ ,]*% highlight link muLabel Constant syntax match muLiteral %[^ ]\+:type/\?[^ ,]*% |