Skip to content

Commit

Permalink
Neovim: add rest of identifiers commented out
Browse files Browse the repository at this point in the history
These have no clear correspondance, so I've added them as comments, for
reference

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
undu committed Dec 12, 2022
1 parent 4959dec commit 0011360
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,12 @@ if has('nvim')
hi! link @punctuation.special Special

hi! link @string String
"hi! link @string.regex String
"hi! link @string.escape Constant
"hi! link @string.special Special

hi! link @character Character
"hi! link @character.special Special

hi! link @boolean Boolean
hi! link @number Number
Expand All @@ -865,9 +869,20 @@ if has('nvim')
hi! link @keyword.operator Operator

hi! link @function Function
"hi! link @function.builtin Special
"hi! link @function.call Function
hi! link @function.macro Macro

"hi! link @method Function
"hi! link @method.call Function

"hi! link @constructor Special
"hi! link @parameter Identifier

hi! link @keyword Keyword
"hi! link @keyword.function Keyword
"hi! link @keyword.operator Keyword
"hi! link @keyword.return Keyword

hi! link @conditional Conditional
hi! link @repeat Repeat
Expand All @@ -877,12 +892,24 @@ if has('nvim')
hi! link @exception Exception

hi! link @type Type
"hi! link @type.builtin Type
"hi! link @type.qualifier Type
"hi! link @type.definition TypeDef

hi! link @storageclass StorageClass
"hi! link @attribute PreProc
"hi! link @field Identifier
"hi! link @property Identifier

hi! link @variable GruvboxWhite
"hi! link @variable.builtin Special

hi! link @constant Constant
"hi! link @constant.builtin Type
"hi! link @constant.macro Define

"hi! link @namespace Include
"hi! link @symbol Identifier

hi! link @text GruvboxWhite
hi! link @text.strong Bold
Expand All @@ -893,12 +920,17 @@ if has('nvim')
hi! link @text.literal String
hi! link @text.uri Underlined
hi! link @text.math Special
"hi! link @text.environment Macro
"hi! link @text.environment.name Type
"hi! link @text.reference Constant

hi! link @text.todo Todo
hi! link @text.note SpecialComment
hi! link @text.danger Error
"hi! link @text.warning WarningMsg

hi! link @tag Tag
"hi! link @tag.attribute Identifier
hi! link @tag.delimiter Delimiter
endif

Expand Down

0 comments on commit 0011360

Please sign in to comment.