fix: type.definition

This commit is contained in:
max miliano 2024-02-20 22:51:36 -03:00
parent 51fb21c844
commit 5fd260d254
2 changed files with 4 additions and 4 deletions

View file

@ -365,7 +365,7 @@ highlights:
- name: Structure
<<: *class
- name: Typedef
<<: *class
<<: *keyword
- name: Special
<<: *stringRegExp
- name: SpecialChar
@ -437,7 +437,7 @@ highlights:
<<: *class
- name: "@type.builtin"
<<: *class
- name: "@type.defition"
- name: "@type.definition"
<<: *class
- name: "@type.qualifier"
<<: *keyword

View file

@ -258,7 +258,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('Type', { fg = colors.cyan })
nvim_set_hl('StorageClass', { fg = colors.pink })
nvim_set_hl('Structure', { fg = colors.cyan })
nvim_set_hl('Typedef', { fg = colors.cyan })
nvim_set_hl('Typedef', { fg = colors.pink })
nvim_set_hl('Special', { fg = colors.red })
nvim_set_hl('SpecialChar', { fg = colors.purple })
nvim_set_hl('Tag', { fg = colors.pink })
@ -292,7 +292,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('@character.printf', { fg = colors.red })
nvim_set_hl('@type', { fg = colors.cyan })
nvim_set_hl('@type.builtin', { fg = colors.cyan })
nvim_set_hl('@type.defition', { fg = colors.cyan })
nvim_set_hl('@type.definition', { fg = colors.cyan })
nvim_set_hl('@type.qualifier', { fg = colors.pink })
nvim_set_hl('@function', { fg = colors.green })
nvim_set_hl('@function.builtin', { fg = colors.cyan })