about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-02 08:18:08 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-02 08:18:08 -0800
commit2d4d1440e11b68687fe0aeb7b550d5d889e622ae (patch)
tree87aff79323fff29dbe346029bedfb25b4f527ca1 /mu.vim
parentc984ace5c59014b96ea40f3d2fb84dca7f865395 (diff)
downloadmu-2d4d1440e11b68687fe0aeb7b550d5d889e622ae.tar.gz
6075
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim3
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