chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-05-03 05:52:37 +00:00
parent f10213d25e
commit f2ed28707a
4 changed files with 36 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ local highlights = {
["@constructor"] = {
fg = "#c099ff"
},
["@constructor.tsx"] = {
fg = "#65bcff"
},
["@field"] = {
fg = "#4fd6be"
},
@@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = {
fg = "#b4f9f8"
},
["@tag.delimiter.tsx"] = {
fg = "#6582c3"
},
["@tag.tsx"] = {
fg = "#ff757f"
},
["@text.danger"] = {
bg = "#c53b53",
fg = "#222436"