tv nix.vim: hi link Nix{Code,Data}
This commit is contained in:
parent
33e397171e
commit
e5c1862d1c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user