We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17af307 commit dad6ad8Copy full SHA for dad6ad8
lua/highlite/groups/default.lua
@@ -269,6 +269,7 @@ local function from_palette(palette, opts)
269
['@lsp.typemod.function.defaultLibrary'] = '@function.builtin',
270
['@lsp.typemod.function.readonly'] = '@lsp.type.function',
271
['@lsp.typemod.string.constant'] = NONE,
272
+ ['@lsp.typemod.string.escape'] = '@lsp.type.escapeSequence',
273
['@lsp.typemod.string.readonly'] = NONE,
274
['@lsp.typemod.string.static'] = NONE,
275
['@lsp.typemod.type.declaration'] = '@type.definition',
0 commit comments