From 626725ae062dbdbb85185487f9b182a67ef9640d Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sat, 17 Jul 2021 22:01:04 -0400 Subject: [PATCH] feat(colors): man filetype --- colors/highlite.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/colors/highlite.lua b/colors/highlite.lua index c8b41f3..0dc0820 100644 --- a/colors/highlite.lua +++ b/colors/highlite.lua @@ -753,6 +753,12 @@ local highlight_groups = { helpSectionDelim = 'Delimiter', helpHyperTextJump = 'Underlined', + --[[ 4.3.38 Man ]] + -- manBold = function(self) return vim.tbl_extend('force', self.mkdCode, {style='nocombine'}) end, + manOptionDesc = 'Special', + manReference = 'Tag', + manUnderline = 'Label', + --[[ 4.4. Plugins Everything in this section is OPTIONAL. Feel free to remove everything here if you don't want to define it, or add more if there's something