diff options
author | tv <tv@krebsco.de> | 2015-11-06 12:04:34 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 12:04:34 +0100 |
commit | 386920bf7802b93dfd26cb9ddfafdeb967266f1e (patch) | |
tree | 95a96734b894530efe29e911ff88766f4a636020 | |
parent | dc40d6b9db8bae03a4aeb3fd22a0c4cfb3a40cbc (diff) |
tv vim: match strings harder!
-rw-r--r-- | tv/2configs/vim.nix | 2 |
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\)#.*/ ''} |