about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-22 15:35:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-22 15:35:00 -0700
commit2e534c0e3a509e1d96a4c81f81f8a6dd8495ebc4 (patch)
tree5fbd1bde3a5066812a12eb0f71093925eabfa2ad /mu.vim
parent2806dbf57820cc0f11da83263576122cb436eeaf (diff)
downloadmu-2e534c0e3a509e1d96a4c81f81f8a6dd8495ebc4.tar.gz
2059
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim2
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/\?[^ ,]*%