From a95290af81a9c9ee8b43e87b9e1f4eeba9f11a2e Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Jun 2016 14:29:05 +0200 Subject: tv nix.vim: hi link Nix{Code,Data} --- tv/2configs/vim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 21922dc..17a26d6 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -180,10 +180,10 @@ let syn match NixCommentMatch /\(^\|\s\)#.*/ syn region NixCommentRegion start="/\*" end="\*/" - hi NixCode ctermfg=034 - hi NixData ctermfg=040 - + hi link NixCode Statement + hi link NixData Constant hi link NixComment Comment + hi link NixCommentMatch NixComment hi link NixCommentRegion NixComment hi link NixINT NixData -- cgit v1.2.3