feat: update tag and includes for consistency with semantic tokens (#168)

This commit is contained in:
not 2023-06-21 16:34:13 +02:00 committed by GitHub
commit c552fcadac

View file

@ -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' })