From dad6ad8eefe2a3c9f0d3373bae364447b0e45be1 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 14 Mar 2024 12:19:35 -0400 Subject: [PATCH] feat(groups): @lsp.typemod.string.escape --- lua/highlite/groups/default.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/highlite/groups/default.lua b/lua/highlite/groups/default.lua index 1f5092f..58979bb 100644 --- a/lua/highlite/groups/default.lua +++ b/lua/highlite/groups/default.lua @@ -269,6 +269,7 @@ local function from_palette(palette, opts) ['@lsp.typemod.function.defaultLibrary'] = '@function.builtin', ['@lsp.typemod.function.readonly'] = '@lsp.type.function', ['@lsp.typemod.string.constant'] = NONE, + ['@lsp.typemod.string.escape'] = '@lsp.type.escapeSequence', ['@lsp.typemod.string.readonly'] = NONE, ['@lsp.typemod.string.static'] = NONE, ['@lsp.typemod.type.declaration'] = '@type.definition',