update: vscode type.builtin

This commit is contained in:
Max Miliano 2023-03-18 11:55:54 -03:00
parent cce0dc3a22
commit 7b40b3a84e

View file

@ -191,7 +191,7 @@ local function vscode_theme(solarized, chromatic)
['@exception'] = { link = 'Exception' },
-- Treesitter - Types
['@type'] = { link = 'Type' },
['@type.builtin'] = { link = '@keyword' },
['@type.builtin'] = { fg = colors.green },
['@type.definition'] = { link = 'Type' },
['@type.qualifier'] = { link = '@type.builtin' },
['@storageclass'] = { link = '@type' },