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

View File

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

View File

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

View File

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