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 = "#9854f1"
},
["@constructor.tsx"] = {
fg = "#188092"
},
["@field"] = {
fg = "#387068"
},
@@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = {
fg = "#2e5857"
},
["@tag.delimiter.tsx"] = {
fg = "#5772ad"
},
["@tag.tsx"] = {
fg = "#f52a65"
},
["@text.danger"] = {
bg = "#c64343",
fg = "#e1e2e7"