fix(ts): use delimiter for @constructor.lua

This commit is contained in:
Michael Chris Lopez
2024-08-08 08:04:55 +02:00
parent e9ba8305f6
commit 1ac520f7fc
2 changed files with 14 additions and 7 deletions

View File

@@ -321,6 +321,8 @@ local function generate(p, opt)
sym "@variable.parameter.vimdoc" { Type },
sym "@label.vimdoc" { Type, gui = "bold" },
sym "@constructor.lua" { Delimiter },
-- LSP Semantic Token Groups
sym "@lsp.type.boolean" { sym "@boolean" },
sym "@lsp.type.builtinType" { sym "@type.builtin" },
@@ -398,6 +400,9 @@ local function generate(p, opt)
IblIndent { fg = p1.bg.li(8).de(22) },
IblScope { fg = p1.bg.li(22).de(22) },
IndentLine { IblIndent },
IndentLineCurrent { IblScope },
TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
TelescopeMatching { fg = p.blossom, gui = "bold" },