diff options
author | tv <tv@shackspace.de> | 2015-11-06 12:04:34 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-06 12:04:34 +0100 |
commit | a2a3838e41db2260e84e377c158482309b9d0123 (patch) | |
tree | 282801f3288d281777dfac6d532359af41ec4c0f | |
parent | 5ec7cd4ad5ce3f40ca13b5b92d258b84409cd43b (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 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\)#.*/ ''} |