mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-08 11:23:46 -05:00
Highlight elixir module declarations
The following commit in vim-elixir caused modules in module declarations
to no longer be highlighted yellow.
babcd09769
This adds a `elixirModuleDeclaration` highlight explicitly to make the
modules yellow again.
This commit is contained in:
@@ -1122,6 +1122,8 @@ hi! link elixirDocString Comment
|
||||
hi! link elixirStringDelimiter GruvboxGreen
|
||||
hi! link elixirInterpolationDelimiter GruvboxAqua
|
||||
|
||||
hi! link elixirModuleDeclaration GruvboxYellow
|
||||
|
||||
" }}}
|
||||
" Scala: {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user