chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-05-07 17:31:08 +00:00
parent fc4b07d158
commit ba6826faa1
4 changed files with 84 additions and 0 deletions

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.enumMember"] = {
link = "@constant"
},
["@lsp.type.escapeSequence"] = {
link = "@string.escape"
},
["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special"
},
["@lsp.type.interface"] = {
fg = "#35717b"
},
@@ -108,16 +114,31 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.operator"] = {
link = "@operator"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enumMember.defaultLibrary"] = {
link = "@constant.builtin"
},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine"
},
["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin"
},

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.enumMember"] = {
link = "@constant"
},
["@lsp.type.escapeSequence"] = {
link = "@string.escape"
},
["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special"
},
["@lsp.type.interface"] = {
fg = "#93d0ff"
},
@@ -108,16 +114,31 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.operator"] = {
link = "@operator"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enumMember.defaultLibrary"] = {
link = "@constant.builtin"
},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine"
},
["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin"
},

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.enumMember"] = {
link = "@constant"
},
["@lsp.type.escapeSequence"] = {
link = "@string.escape"
},
["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special"
},
["@lsp.type.interface"] = {
fg = "#6ad5e8"
},
@@ -108,16 +114,31 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.operator"] = {
link = "@operator"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enumMember.defaultLibrary"] = {
link = "@constant.builtin"
},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine"
},
["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin"
},

View File

@@ -99,6 +99,12 @@ local highlights = {
["@lsp.type.enumMember"] = {
link = "@constant"
},
["@lsp.type.escapeSequence"] = {
link = "@string.escape"
},
["@lsp.type.formatSpecifier"] = {
link = "@punctuation.special"
},
["@lsp.type.interface"] = {
fg = "#6ad5e8"
},
@@ -108,16 +114,31 @@ local highlights = {
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.operator"] = {
link = "@operator"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enumMember.defaultLibrary"] = {
link = "@constant.builtin"
},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine"
},
["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin"
},