diff options
-rw-r--r-- | mu.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index b4b06710..aea6dfb9 100644 --- a/mu.vim +++ b/mu.vim @@ -32,7 +32,8 @@ let b:cmt_head = "#? " syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter " Mu literals -syntax match muLiteral %\<[0-9-]\?[0-9]\+/[^ ,]*% +syntax match muLiteral %\<[0-9-]\?[0-9]\+% +syntax match muLiteral %"[^"]*"% highlight link muLiteral Constant " sources of action at a distance |