fix: match Markdown headings for TS plugin (#49)

This commit is contained in:
Matthias Vogelgesang 2021-12-14 20:26:36 +01:00 committed by GitHub
commit a95bf37486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ local theme = {
TSTag = { fg = p.foam }, TSTag = { fg = p.foam },
TSTagDelimiter = { fg = p.subtle }, TSTagDelimiter = { fg = p.subtle },
TSText = { fg = p.text }, TSText = { fg = p.text },
-- TSTitle = {}, TSTitle = { fg = config.colors.headings.h1, style = 'bold' },
-- TSType = {}, -- TSType = {},
-- TSTypeBuiltin = {}, -- TSTypeBuiltin = {},
TSURI = { fg = p.gold }, TSURI = { fg = p.gold },