fix(ts): use delimiter for @constructor.lua
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user