tv nix.vim: hi link Nix{Code,Data}

This commit is contained in:
tv 2016-06-09 14:29:05 +02:00
parent 33e397171e
commit e5c1862d1c

View File

@ -180,10 +180,10 @@ let
syn match NixCommentMatch /\(^\|\s\)#.*/ syn match NixCommentMatch /\(^\|\s\)#.*/
syn region NixCommentRegion start="/\*" end="\*/" syn region NixCommentRegion start="/\*" end="\*/"
hi NixCode ctermfg=034 hi link NixCode Statement
hi NixData ctermfg=040 hi link NixData Constant
hi link NixComment Comment hi link NixComment Comment
hi link NixCommentMatch NixComment hi link NixCommentMatch NixComment
hi link NixCommentRegion NixComment hi link NixCommentRegion NixComment
hi link NixINT NixData hi link NixINT NixData