diff options
| author | tv <tv@krebsco.de> | 2016-01-14 17:11:08 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-01-14 17:11:08 +0100 |
| commit | 3718289010117943a7ee79ef87c07d4a867215d8 (patch) | |
| tree | 7ce403262dd20e657c80fef6f75b6441c2599602 | |
| parent | 2ae2bdc586177f674a987e354940765ad86cbaa2 (diff) | |
tv vim hs syn region String start: bump
| -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 0537fa7d8..bab949270 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -89,7 +89,7 @@ let \ | hi Normal ctermfg=White au BufRead,BufNewFile *.hs so ${pkgs.writeText "hs.vim" '' - syn region String start=+\[[^|]*|+ end=+|]+ + syn region String start=+\[[[:alnum:]]*|+ end=+|]+ ''} au BufRead,BufNewFile *.nix so ${pkgs.writeText "nix.vim" '' |
