mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 23:33:38 -05:00
Elixir lang highlighting
This commit is contained in:
@@ -580,7 +580,7 @@ let g:indentLine_color_gui = '#' . s:gb.dark2[0]
|
||||
" }}}
|
||||
" Rainbow Parentheses: {{{
|
||||
|
||||
if !exists('g:rbpt_colorpairs ')
|
||||
if !exists('g:rbpt_colorpairs')
|
||||
let g:rbpt_colorpairs =
|
||||
\ [
|
||||
\ ['blue', '#458588'], ['magenta', '#b16286'],
|
||||
@@ -956,6 +956,14 @@ call s:HL('javaOperator', 'orange')
|
||||
|
||||
call s:HL('javaVarArg', 'green')
|
||||
|
||||
" }}}
|
||||
" Elixir: {{{
|
||||
|
||||
hi! link elixirDocString Comment
|
||||
|
||||
call s:HL('elixirStringDelimiter', 'green')
|
||||
call s:HL('elixirInterpolationDelimiter', 'aqua')
|
||||
|
||||
" }}}
|
||||
|
||||
" Functions -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user