feat(colors): man filetype
This commit is contained in:
parent
85c931fa18
commit
626725ae06
|
@ -753,6 +753,12 @@ local highlight_groups = {
|
||||||
helpSectionDelim = 'Delimiter',
|
helpSectionDelim = 'Delimiter',
|
||||||
helpHyperTextJump = 'Underlined',
|
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
|
--[[ 4.4. Plugins
|
||||||
Everything in this section is OPTIONAL. Feel free to remove everything
|
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
|
here if you don't want to define it, or add more if there's something
|
||||||
|
|
Loading…
Reference in New Issue