summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-06 12:04:34 +0100
committertv <tv@krebsco.de>2015-11-06 12:04:34 +0100
commit386920bf7802b93dfd26cb9ddfafdeb967266f1e (patch)
tree95a96734b894530efe29e911ff88766f4a636020 /tv/2configs
parentdc40d6b9db8bae03a4aeb3fd22a0c4cfb3a40cbc (diff)
tv vim: match strings harder!
Diffstat (limited to 'tv/2configs')
-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 295c78a..04b1480 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\)#.*/
''}