From a2a3838e41db2260e84e377c158482309b9d0123 Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Fri, 6 Nov 2015 12:04:34 +0100
Subject: [PATCH] tv vim: match strings harder!

---
 tv/2configs/vim.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 295c78aff..04b1480c1 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -80,7 +80,7 @@ let
       hi link SPATH Constant
       hi link URI Constant
 
-      syn match String /"\([^"]\|\\\"\)*"/
+      syn match String /"\([^\\"]\|\\.\)*"/
       syn match Comment /\(^\|\s\)#.*/
     ''}