Skip to content

Commit dad6ad8

Browse files
committed
feat(groups): @lsp.typemod.string.escape
1 parent 17af307 commit dad6ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/highlite/groups/default.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ local function from_palette(palette, opts)
269269
['@lsp.typemod.function.defaultLibrary'] = '@function.builtin',
270270
['@lsp.typemod.function.readonly'] = '@lsp.type.function',
271271
['@lsp.typemod.string.constant'] = NONE,
272+
['@lsp.typemod.string.escape'] = '@lsp.type.escapeSequence',
272273
['@lsp.typemod.string.readonly'] = NONE,
273274
['@lsp.typemod.string.static'] = NONE,
274275
['@lsp.typemod.type.declaration'] = '@type.definition',

0 commit comments

Comments
 (0)