From 650a201d96de650fac3c29f886f100eb7a1c7539 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 6 Dec 2016 08:14:03 -0800 Subject: 3702 Commands like '$exit' shouldn't look like labels. --- mu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0