Skip to content

Commit

Permalink
fix(treesitter): make jsx tags the same as tsx. Closes folke#597
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 13, 2024
1 parent 7f41b0e commit 468866d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/groups/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function M.get(c, opts)
["@tag.delimiter"] = "Delimiter",
["@tag.delimiter.tsx"] = { fg = Util.blend_bg(c.blue, 0.7) },
["@tag.tsx"] = { fg = c.red },
["@tag.javascript"] = { fg = c.red },
["@type"] = "Type",
["@type.builtin"] = { fg = Util.blend_bg(c.blue1, 0.8) },
["@type.definition"] = "Typedef",
Expand Down

0 comments on commit 468866d

Please sign in to comment.