mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-11-24 06:39:46 +01:00
checking markdown
This commit is contained in:
@@ -286,6 +286,9 @@ theme.set_highlights = function(opts)
|
|||||||
-- nvim-cursorword
|
-- nvim-cursorword
|
||||||
hl(0, 'CursorWord', { underline = true })
|
hl(0, 'CursorWord', { underline = true })
|
||||||
|
|
||||||
|
-- markdown
|
||||||
|
hl(0, '@markup.heading', { fg = c.modified_fg, bold = true })
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|||||||
Reference in New Issue
Block a user