@@ -249,7 +249,7 @@ if vim.api.nvim_call_function('has', { 'nvim-0.8' }) == 1 then
249
249
[' @string.regexp' ] = { fg = c .orange },
250
250
[' @string.escape' ] = { fg = c .coral },
251
251
[' @string.special' ] = { link = ' Special' },
252
- [' @markup.link.label' ] = { link = ' Special ' },
252
+ [' @markup.link.label' ] = { link = ' Tag ' },
253
253
[' @symbol' ] = { link = ' @string.special.symbol' },
254
254
[' @string.special.symbol' ] = { link = ' @variable.member' },
255
255
[' @tag' ] = colors .Purple ,
@@ -324,9 +324,9 @@ if vim.api.nvim_call_function('has', { 'nvim-0.8' }) == 1 then
324
324
},
325
325
[' @markup.strong.markdown_inline' ] = { fg = c .orange , fmt = ' bold' },
326
326
[' @text.emphasis.markdown_inline' ] = {
327
- link = ' @markup.emphasis .markdown_inline' ,
327
+ link = ' @markup.italic .markdown_inline' ,
328
328
},
329
- [' @markup.emphasis .markdown_inline' ] = { fg = c .orange , fmt = ' italic' },
329
+ [' @markup.italic .markdown_inline' ] = { fg = c .orange , fmt = ' italic' },
330
330
[' @text.quote' ] = { link = ' @markup.quote' },
331
331
[' @markup.quote' ] = { fg = util .blend (c .fg , c .light_grey , 0.5 ) },
332
332
[' @type' ] = { link = ' Type' },
0 commit comments