summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-06 12:04:34 +0100
committertv <tv@shackspace.de>2015-11-06 12:04:34 +0100
commita2a3838e41db2260e84e377c158482309b9d0123 (patch)
tree282801f3288d281777dfac6d532359af41ec4c0f /tv
parent5ec7cd4ad5ce3f40ca13b5b92d258b84409cd43b (diff)
tv vim: match strings harder!
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 295c78af..04b1480c 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\)#.*/
''}