mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add TSStringSpecial
This commit is contained in:
parent
40779c9bc2
commit
d16fc7333f
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ local theme = {
|
|||
TSString = { fg = p.gold },
|
||||
TSStringEscape = { fg = p.pine },
|
||||
-- TSStringRegex = {},
|
||||
TSStringSpecial = { link = 'TSString' },
|
||||
-- TSSymbol = {},
|
||||
TSTag = { fg = p.foam },
|
||||
TSTagDelimiter = { fg = p.subtle },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue