tv vim: match strings harder!

This commit is contained in:
tv 2015-11-06 12:04:34 +01:00
parent 5ec7cd4ad5
commit a2a3838e41

View File

@ -80,7 +80,7 @@ let
hi link SPATH Constant
hi link URI Constant
syn match String /"\([^"]\|\\\"\)*"/
syn match String /"\([^\\"]\|\\.\)*"/
syn match Comment /\(^\|\s\)#.*/
''}