Skip to content

Commit b4d0ebe

Browse files
committed
fix: revert a few markdown highlight mistakes
1 parent c1918ad commit b4d0ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/bamboo/highlights.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if vim.api.nvim_call_function('has', { 'nvim-0.8' }) == 1 then
249249
['@string.regexp'] = { fg = c.orange },
250250
['@string.escape'] = { fg = c.coral },
251251
['@string.special'] = { link = 'Special' },
252-
['@markup.link.label'] = { link = 'Special' },
252+
['@markup.link.label'] = { link = 'Tag' },
253253
['@symbol'] = { link = '@string.special.symbol' },
254254
['@string.special.symbol'] = { link = '@variable.member' },
255255
['@tag'] = colors.Purple,
@@ -324,9 +324,9 @@ if vim.api.nvim_call_function('has', { 'nvim-0.8' }) == 1 then
324324
},
325325
['@markup.strong.markdown_inline'] = { fg = c.orange, fmt = 'bold' },
326326
['@text.emphasis.markdown_inline'] = {
327-
link = '@markup.emphasis.markdown_inline',
327+
link = '@markup.italic.markdown_inline',
328328
},
329-
['@markup.emphasis.markdown_inline'] = { fg = c.orange, fmt = 'italic' },
329+
['@markup.italic.markdown_inline'] = { fg = c.orange, fmt = 'italic' },
330330
['@text.quote'] = { link = '@markup.quote' },
331331
['@markup.quote'] = { fg = util.blend(c.fg, c.light_grey, 0.5) },
332332
['@type'] = { link = 'Type' },

0 commit comments

Comments
 (0)