Skip to content

Commit

Permalink
feat(groups): @lsp.typemod.string.escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Mar 14, 2024
1 parent 17af307 commit dad6ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/highlite/groups/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dad6ad8

Please sign in to comment.