mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: update tag and includes for consistency with semantic tokens (#168)
This commit is contained in:
parent
3b3ca9ebb9
commit
c552fcadac
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ function M._load(options)
|
|||
h('Function', { fg = p.rose })
|
||||
h('Identifier', { fg = p.rose })
|
||||
-- Ignore = {},
|
||||
h('Include', { fg = p.iris })
|
||||
h('Include', { fg = p.pine })
|
||||
h('Keyword', { fg = p.pine })
|
||||
h('Label', { fg = p.foam })
|
||||
h('Macro', { fg = p.iris })
|
||||
|
|
@ -117,7 +117,7 @@ function M._load(options)
|
|||
h('StorageClass', { fg = p.foam })
|
||||
h('String', { fg = p.gold })
|
||||
h('Structure', { fg = p.foam })
|
||||
h('Tag', { fg = p.rose })
|
||||
h('Tag', { fg = p.foam })
|
||||
h('Todo', { fg = p.iris })
|
||||
h('Type', { fg = p.foam })
|
||||
h('Typedef', { link = 'Type' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue