From 93f566aea33942deee9154c11f0f457739a9e0b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Sep 2023 08:42:45 +0000 Subject: [PATCH] chore(build): auto-generate extras --- extras/lua/tokyonight_day.lua | 35 ++++++++++++++++++++++++++++++++- extras/lua/tokyonight_moon.lua | 35 ++++++++++++++++++++++++++++++++- extras/lua/tokyonight_night.lua | 35 ++++++++++++++++++++++++++++++++- extras/lua/tokyonight_storm.lua | 35 ++++++++++++++++++++++++++++++++- 4 files changed, 136 insertions(+), 4 deletions(-) diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index e062f0f..d354f8f 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -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" }, diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index 1771764..c4d4f4e 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -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" }, diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index 4ec3d3f..99f482e 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -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" }, diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index 59d6770..cd22d43 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -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" },