about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim
index 749579ff..3d5f898f 100644
--- a/mu.vim
+++ b/mu.vim
@@ -45,7 +45,7 @@ highlight link muScreen muString
 syntax match muLiteral %[^ ]\+:literal/[^ ,]*\|[^ ]\+:literal\>%
 syntax match muLiteral %\<[0-9-]\?[0-9]\+/[^ ,]*%
 syntax match muLiteral % [0-9-]\?[0-9]\+[, ]\@=\| [0-9-]\?[0-9]\+$%
-syntax match muLiteral "^\s\+[^ 0-9a-zA-Z{}#\[\]][^ ]*\s*$"
+syntax match muLiteral "^\s\+[^ 0-9a-zA-Z{}$#\[\]][^ ]*\s*$"
 " labels
 syntax match muLiteral %[^ ]\+:label/[^ ,]*\|[^ ]\+:label\>%
 " other literal types
ref='/akkartik/mu/commit/tangle.mu?h=hlt&id=20d1c9057a559ce8db83bbc2787ca91348bcb16f'>20d1c905 ^
662d2a27 ^
20d1c905 ^
662d2a27 ^
20d1c905 ^

662d2a27 ^
20d1c905 ^
ce87c19e ^

1ead3562 ^
20d1c905 ^

662d2a27 ^
20d1c905 ^
ce87c19e ^

32241605 ^
20d1c905 ^

1ead3562 ^
bc643692 ^
5497090a ^
20d1c905 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36