From 3b0501f5e65214568cdfaa230e0da044b0f85e9a Mon Sep 17 00:00:00 2001 From: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:26:04 +0700 Subject: [PATCH] revert(theme): hightlight update for broken parser `tsx`, `jsx`, and `html` This reverts commit 54a388638415098eb2c5026cfa60c2092c23cf18. --- lua/dullahan/theme.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lua/dullahan/theme.lua b/lua/dullahan/theme.lua index eaffaca7..0b684bc4 100644 --- a/lua/dullahan/theme.lua +++ b/lua/dullahan/theme.lua @@ -314,22 +314,6 @@ function M.setup() -- tsx ["@constructor.tsx"] = { fg = c.blue500 }, - ["tsxTagName"] = { fg = c.yellow500 }, - ["tsxIntrinsicTagName"] = { fg = c.green500 }, - ["typescriptParens"] = { fg = c.orange500 }, - ["typescriptImport"] = { fg = c.red500 }, - ["typescriptExport"] = { fg = c.green500, style = "italic" }, - ["typescriptFuncKeyword"] = { fg = c.green500 }, - ["typescriptDefault"] = { fg = c.green500, style = "italic" }, - ["typescriptBraces"] = { fg = c.orange500 }, - ["tsxEscJs"] = { fg = c.cyan500 }, - ["typescriptProp"] = { fg = c.cyan500 }, - ["tsxEqual"] = { fg = c.green500 }, - ["typescriptIdentifierName"] = { fg = c.yellow500 }, - ["typescriptBlock"] = { fg = c.yellow500 }, - ["tsxAttrib"] = { fg = c.blue500 }, - ["tsxTag"] = { fg = c.orange500 }, - ["tsxCloseTag"] = { fg = c.orange500 }, ["@tag.delimiter.tsx"] = { fg = c.orange500 }, ["@tag.tsx"] = { fg = c.yellow500 }, ["@keyword.return.tsx"] = { fg = c.green500, style = "italic" },