Skip to content

Commit

Permalink
feat(groups): default @lsp.type.escapeSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jun 18, 2023
1 parent 47f1bf9 commit da2f093
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 @@ -249,6 +249,7 @@ local function from_palette(palette, opts)
['@lsp.type.decorator'] = {fg = palette.decorator},
['@lsp.type.enum'] = {fg = palette.enum, bold = true, nocombine = true},
['@lsp.type.enumMember'] = {fg = palette.field_enum, nocombine = true},
['@lsp.type.escapeSequence'] = '@string.escape',
['@lsp.type.event'] = '@event',
['@lsp.type.float'] = '@float',
['@lsp.type.identifier'] = 'Identifier',
Expand Down

0 comments on commit da2f093

Please sign in to comment.