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 = "#bb9af7"
},
["@constructor.tsx"] = {
fg = "#2ac3de"
},
["@field"] = {
fg = "#73daca"
},
@@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = {
fg = "#b4f9f8"
},
["@tag.delimiter.tsx"] = {
fg = "#5d7ab8"
},
["@tag.tsx"] = {
fg = "#f7768e"
},
["@text.danger"] = {
bg = "#db4b4b",
fg = "#1a1b26"