chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-09-25 08:42:45 +00:00
parent 1ddb45d47f
commit 93f566aea3
4 changed files with 136 additions and 4 deletions

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.comment"] = { ["@lsp.type.comment"] = {
link = "@comment" link = "@comment"
}, },
["@lsp.type.decorator"] = {
link = "@attribute"
},
["@lsp.type.deriveHelper"] = {
link = "@attribute"
},
["@lsp.type.enum"] = { ["@lsp.type.enum"] = {
link = "@type" link = "@type"
}, },
@@ -111,12 +117,18 @@ local highlights = {
["@lsp.type.formatSpecifier"] = { ["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special" link = "@punctuation.special"
}, },
["@lsp.type.generic"] = {
link = "@variable"
},
["@lsp.type.interface"] = { ["@lsp.type.interface"] = {
fg = "#35717b" fg = "#35717b"
}, },
["@lsp.type.keyword"] = { ["@lsp.type.keyword"] = {
link = "@keyword" link = "@keyword"
}, },
["@lsp.type.lifetime"] = {
link = "@storageclass"
},
["@lsp.type.namespace"] = { ["@lsp.type.namespace"] = {
link = "@namespace" link = "@namespace"
}, },
@@ -135,7 +147,10 @@ local highlights = {
["@lsp.type.selfKeyword"] = { ["@lsp.type.selfKeyword"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.type.string.rust"] = { ["@lsp.type.selfTypeKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string"] = {
link = "@string" link = "@string"
}, },
["@lsp.type.typeAlias"] = { ["@lsp.type.typeAlias"] = {
@@ -161,6 +176,9 @@ local highlights = {
["@lsp.typemod.keyword.async"] = { ["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine" link = "@keyword.coroutine"
}, },
["@lsp.typemod.keyword.injected"] = {
link = "@keyword"
},
["@lsp.typemod.macro.defaultLibrary"] = { ["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin" link = "@function.builtin"
}, },
@@ -173,15 +191,27 @@ local highlights = {
["@lsp.typemod.string.injected"] = { ["@lsp.typemod.string.injected"] = {
link = "@string" link = "@string"
}, },
["@lsp.typemod.struct.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.type.defaultLibrary"] = { ["@lsp.typemod.type.defaultLibrary"] = {
fg = "#2496ac" fg = "#2496ac"
}, },
["@lsp.typemod.typeAlias.defaultLibrary"] = {
fg = "#2496ac"
},
["@lsp.typemod.variable.callable"] = {
link = "@function"
},
["@lsp.typemod.variable.defaultLibrary"] = { ["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.typemod.variable.injected"] = { ["@lsp.typemod.variable.injected"] = {
link = "@variable" link = "@variable"
}, },
["@lsp.typemod.variable.static"] = {
link = "@constant"
},
["@namespace"] = { ["@namespace"] = {
link = "Include" link = "Include"
}, },
@@ -191,6 +221,9 @@ local highlights = {
["@parameter"] = { ["@parameter"] = {
fg = "#8c6c3e" fg = "#8c6c3e"
}, },
["@parameter.builtin"] = {
fg = "#7b6545"
},
["@property"] = { ["@property"] = {
fg = "#387068" fg = "#387068"
}, },

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.comment"] = { ["@lsp.type.comment"] = {
link = "@comment" link = "@comment"
}, },
["@lsp.type.decorator"] = {
link = "@attribute"
},
["@lsp.type.deriveHelper"] = {
link = "@attribute"
},
["@lsp.type.enum"] = { ["@lsp.type.enum"] = {
link = "@type" link = "@type"
}, },
@@ -111,12 +117,18 @@ local highlights = {
["@lsp.type.formatSpecifier"] = { ["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special" link = "@punctuation.special"
}, },
["@lsp.type.generic"] = {
link = "@variable"
},
["@lsp.type.interface"] = { ["@lsp.type.interface"] = {
fg = "#93d0ff" fg = "#93d0ff"
}, },
["@lsp.type.keyword"] = { ["@lsp.type.keyword"] = {
link = "@keyword" link = "@keyword"
}, },
["@lsp.type.lifetime"] = {
link = "@storageclass"
},
["@lsp.type.namespace"] = { ["@lsp.type.namespace"] = {
link = "@namespace" link = "@namespace"
}, },
@@ -135,7 +147,10 @@ local highlights = {
["@lsp.type.selfKeyword"] = { ["@lsp.type.selfKeyword"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.type.string.rust"] = { ["@lsp.type.selfTypeKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string"] = {
link = "@string" link = "@string"
}, },
["@lsp.type.typeAlias"] = { ["@lsp.type.typeAlias"] = {
@@ -161,6 +176,9 @@ local highlights = {
["@lsp.typemod.keyword.async"] = { ["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine" link = "@keyword.coroutine"
}, },
["@lsp.typemod.keyword.injected"] = {
link = "@keyword"
},
["@lsp.typemod.macro.defaultLibrary"] = { ["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin" link = "@function.builtin"
}, },
@@ -173,15 +191,27 @@ local highlights = {
["@lsp.typemod.string.injected"] = { ["@lsp.typemod.string.injected"] = {
link = "@string" link = "@string"
}, },
["@lsp.typemod.struct.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.type.defaultLibrary"] = { ["@lsp.typemod.type.defaultLibrary"] = {
fg = "#589ed7" fg = "#589ed7"
}, },
["@lsp.typemod.typeAlias.defaultLibrary"] = {
fg = "#589ed7"
},
["@lsp.typemod.variable.callable"] = {
link = "@function"
},
["@lsp.typemod.variable.defaultLibrary"] = { ["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.typemod.variable.injected"] = { ["@lsp.typemod.variable.injected"] = {
link = "@variable" link = "@variable"
}, },
["@lsp.typemod.variable.static"] = {
link = "@constant"
},
["@namespace"] = { ["@namespace"] = {
link = "Include" link = "Include"
}, },
@@ -191,6 +221,9 @@ local highlights = {
["@parameter"] = { ["@parameter"] = {
fg = "#ffc777" fg = "#ffc777"
}, },
["@parameter.builtin"] = {
fg = "#ffd292"
},
["@property"] = { ["@property"] = {
fg = "#4fd6be" fg = "#4fd6be"
}, },

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.comment"] = { ["@lsp.type.comment"] = {
link = "@comment" link = "@comment"
}, },
["@lsp.type.decorator"] = {
link = "@attribute"
},
["@lsp.type.deriveHelper"] = {
link = "@attribute"
},
["@lsp.type.enum"] = { ["@lsp.type.enum"] = {
link = "@type" link = "@type"
}, },
@@ -111,12 +117,18 @@ local highlights = {
["@lsp.type.formatSpecifier"] = { ["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special" link = "@punctuation.special"
}, },
["@lsp.type.generic"] = {
link = "@variable"
},
["@lsp.type.interface"] = { ["@lsp.type.interface"] = {
fg = "#6ad5e8" fg = "#6ad5e8"
}, },
["@lsp.type.keyword"] = { ["@lsp.type.keyword"] = {
link = "@keyword" link = "@keyword"
}, },
["@lsp.type.lifetime"] = {
link = "@storageclass"
},
["@lsp.type.namespace"] = { ["@lsp.type.namespace"] = {
link = "@namespace" link = "@namespace"
}, },
@@ -135,7 +147,10 @@ local highlights = {
["@lsp.type.selfKeyword"] = { ["@lsp.type.selfKeyword"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.type.string.rust"] = { ["@lsp.type.selfTypeKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string"] = {
link = "@string" link = "@string"
}, },
["@lsp.type.typeAlias"] = { ["@lsp.type.typeAlias"] = {
@@ -161,6 +176,9 @@ local highlights = {
["@lsp.typemod.keyword.async"] = { ["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine" link = "@keyword.coroutine"
}, },
["@lsp.typemod.keyword.injected"] = {
link = "@keyword"
},
["@lsp.typemod.macro.defaultLibrary"] = { ["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin" link = "@function.builtin"
}, },
@@ -173,15 +191,27 @@ local highlights = {
["@lsp.typemod.string.injected"] = { ["@lsp.typemod.string.injected"] = {
link = "@string" link = "@string"
}, },
["@lsp.typemod.struct.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.type.defaultLibrary"] = { ["@lsp.typemod.type.defaultLibrary"] = {
fg = "#27a1b9" fg = "#27a1b9"
}, },
["@lsp.typemod.typeAlias.defaultLibrary"] = {
fg = "#27a1b9"
},
["@lsp.typemod.variable.callable"] = {
link = "@function"
},
["@lsp.typemod.variable.defaultLibrary"] = { ["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.typemod.variable.injected"] = { ["@lsp.typemod.variable.injected"] = {
link = "@variable" link = "@variable"
}, },
["@lsp.typemod.variable.static"] = {
link = "@constant"
},
["@namespace"] = { ["@namespace"] = {
link = "Include" link = "Include"
}, },
@@ -191,6 +221,9 @@ local highlights = {
["@parameter"] = { ["@parameter"] = {
fg = "#e0af68" fg = "#e0af68"
}, },
["@parameter.builtin"] = {
fg = "#e6bf86"
},
["@property"] = { ["@property"] = {
fg = "#73daca" fg = "#73daca"
}, },

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.comment"] = { ["@lsp.type.comment"] = {
link = "@comment" link = "@comment"
}, },
["@lsp.type.decorator"] = {
link = "@attribute"
},
["@lsp.type.deriveHelper"] = {
link = "@attribute"
},
["@lsp.type.enum"] = { ["@lsp.type.enum"] = {
link = "@type" link = "@type"
}, },
@@ -111,12 +117,18 @@ local highlights = {
["@lsp.type.formatSpecifier"] = { ["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special" link = "@punctuation.special"
}, },
["@lsp.type.generic"] = {
link = "@variable"
},
["@lsp.type.interface"] = { ["@lsp.type.interface"] = {
fg = "#6ad5e8" fg = "#6ad5e8"
}, },
["@lsp.type.keyword"] = { ["@lsp.type.keyword"] = {
link = "@keyword" link = "@keyword"
}, },
["@lsp.type.lifetime"] = {
link = "@storageclass"
},
["@lsp.type.namespace"] = { ["@lsp.type.namespace"] = {
link = "@namespace" link = "@namespace"
}, },
@@ -135,7 +147,10 @@ local highlights = {
["@lsp.type.selfKeyword"] = { ["@lsp.type.selfKeyword"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.type.string.rust"] = { ["@lsp.type.selfTypeKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string"] = {
link = "@string" link = "@string"
}, },
["@lsp.type.typeAlias"] = { ["@lsp.type.typeAlias"] = {
@@ -161,6 +176,9 @@ local highlights = {
["@lsp.typemod.keyword.async"] = { ["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine" link = "@keyword.coroutine"
}, },
["@lsp.typemod.keyword.injected"] = {
link = "@keyword"
},
["@lsp.typemod.macro.defaultLibrary"] = { ["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin" link = "@function.builtin"
}, },
@@ -173,15 +191,27 @@ local highlights = {
["@lsp.typemod.string.injected"] = { ["@lsp.typemod.string.injected"] = {
link = "@string" link = "@string"
}, },
["@lsp.typemod.struct.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.type.defaultLibrary"] = { ["@lsp.typemod.type.defaultLibrary"] = {
fg = "#29a4bd" fg = "#29a4bd"
}, },
["@lsp.typemod.typeAlias.defaultLibrary"] = {
fg = "#29a4bd"
},
["@lsp.typemod.variable.callable"] = {
link = "@function"
},
["@lsp.typemod.variable.defaultLibrary"] = { ["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin" link = "@variable.builtin"
}, },
["@lsp.typemod.variable.injected"] = { ["@lsp.typemod.variable.injected"] = {
link = "@variable" link = "@variable"
}, },
["@lsp.typemod.variable.static"] = {
link = "@constant"
},
["@namespace"] = { ["@namespace"] = {
link = "Include" link = "Include"
}, },
@@ -191,6 +221,9 @@ local highlights = {
["@parameter"] = { ["@parameter"] = {
fg = "#e0af68" fg = "#e0af68"
}, },
["@parameter.builtin"] = {
fg = "#e6bf86"
},
["@property"] = { ["@property"] = {
fg = "#73daca" fg = "#73daca"
}, },