chore(build): auto-generate extras

This commit is contained in:
github-actions[bot] 2023-05-20 07:06:41 +00:00
parent 3a638383d2
commit 029dca9a40
4 changed files with 88 additions and 0 deletions

View File

@ -90,6 +90,12 @@ local highlights = {
["@label"] = {
fg = "#2e7de9"
},
["@lsp.type.boolean"] = {
link = "@boolean"
},
["@lsp.type.builtinType"] = {
link = "@type.builtin"
},
["@lsp.type.comment"] = {
link = "@comment"
},
@ -114,6 +120,9 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.number"] = {
link = "@number"
},
["@lsp.type.operator"] = {
link = "@operator"
},
@ -126,7 +135,20 @@ local highlights = {
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string.rust"] = {
link = "@string"
},
["@lsp.type.typeAlias"] = {
link = "@type.definition"
},
["@lsp.type.unresolvedReference"] = {
sp = "#c64343",
undercurl = true
},
["@lsp.type.variable"] = {},
["@lsp.typemod.class.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},

View File

@ -90,6 +90,12 @@ local highlights = {
["@label"] = {
fg = "#82aaff"
},
["@lsp.type.boolean"] = {
link = "@boolean"
},
["@lsp.type.builtinType"] = {
link = "@type.builtin"
},
["@lsp.type.comment"] = {
link = "@comment"
},
@ -114,6 +120,9 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.number"] = {
link = "@number"
},
["@lsp.type.operator"] = {
link = "@operator"
},
@ -126,7 +135,20 @@ local highlights = {
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string.rust"] = {
link = "@string"
},
["@lsp.type.typeAlias"] = {
link = "@type.definition"
},
["@lsp.type.unresolvedReference"] = {
sp = "#c53b53",
undercurl = true
},
["@lsp.type.variable"] = {},
["@lsp.typemod.class.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},

View File

@ -90,6 +90,12 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
["@lsp.type.boolean"] = {
link = "@boolean"
},
["@lsp.type.builtinType"] = {
link = "@type.builtin"
},
["@lsp.type.comment"] = {
link = "@comment"
},
@ -114,6 +120,9 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.number"] = {
link = "@number"
},
["@lsp.type.operator"] = {
link = "@operator"
},
@ -126,7 +135,20 @@ local highlights = {
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string.rust"] = {
link = "@string"
},
["@lsp.type.typeAlias"] = {
link = "@type.definition"
},
["@lsp.type.unresolvedReference"] = {
sp = "#db4b4b",
undercurl = true
},
["@lsp.type.variable"] = {},
["@lsp.typemod.class.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},

View File

@ -90,6 +90,12 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
["@lsp.type.boolean"] = {
link = "@boolean"
},
["@lsp.type.builtinType"] = {
link = "@type.builtin"
},
["@lsp.type.comment"] = {
link = "@comment"
},
@ -114,6 +120,9 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.number"] = {
link = "@number"
},
["@lsp.type.operator"] = {
link = "@operator"
},
@ -126,7 +135,20 @@ local highlights = {
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string.rust"] = {
link = "@string"
},
["@lsp.type.typeAlias"] = {
link = "@type.definition"
},
["@lsp.type.unresolvedReference"] = {
sp = "#db4b4b",
undercurl = true
},
["@lsp.type.variable"] = {},
["@lsp.typemod.class.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},