diff options
author | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:59 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:59 +0100 |
commit | 7675c4ca52b4e34b9e411b6aee3b31fc129e7b50 (patch) | |
tree | c4361e0ab4c8fb23d02672c068a4ca57733d7395 /tv/2configs/vim.nix | |
parent | 0851844326aa043dbef0c1f8fab2c7032bd55571 (diff) | |
parent | ad7f8f226e2c2534e693858b6f5a5c89399c8c95 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/2configs/vim.nix')
-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 0537fa7..bab9492 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" '' |