Skip to content

Commit fb0ac9c

Browse files
update
1 parent 9b07045 commit fb0ac9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/darkplus/theme.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ theme.set_highlights = function()
463463
hl(0, "@lsp.type.namespace.typescriptreact", { fg = c.cyan, bg = 'NONE' })
464464
hl(0, "@lsp.typemod.variable.readonly.typescriptreact", { fg = c.blue_3, bg = 'NONE' })
465465
hl(0, "@keyword.import.tsx", { fg = c.purple, bg = 'NONE' })
466+
hl(0, "@tag.builtin.tsx", { link = 'Tag' })
467+
466468

467469
hl(0, "typescriptArrowFuncArg", { fg = c.fg, bg = 'NONE' })
468470
hl(0, "typescriptCall", { fg = c.fg, bg = 'NONE' })

0 commit comments

Comments
 (0)