mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 15:23:47 -05:00
Initial Scala syntax support
This commit is contained in:
@@ -957,6 +957,27 @@ hi! link elixirDocString Comment
|
||||
call s:HL('elixirStringDelimiter', 'green')
|
||||
call s:HL('elixirInterpolationDelimiter', 'aqua')
|
||||
|
||||
" }}}
|
||||
" Scala: {{{
|
||||
|
||||
" NB: scala vim syntax file is kinda horrible
|
||||
call s:HL('scalaNameDefinition', 'light1')
|
||||
call s:HL('scalaCaseFollowing', 'light1')
|
||||
call s:HL('scalaCapitalWord', 'light1')
|
||||
call s:HL('scalaTypeExtension', 'light1')
|
||||
|
||||
call s:HL('scalaKeyword', 'red')
|
||||
call s:HL('scalaKeywordModifier', 'red')
|
||||
|
||||
call s:HL('scalaSpecial', 'aqua')
|
||||
call s:HL('scalaOperator', 'light1')
|
||||
|
||||
call s:HL('scalaTypeDeclaration', 'yellow')
|
||||
call s:HL('scalaTypeTypePostDeclaration', 'yellow')
|
||||
|
||||
call s:HL('scalaInstanceDeclaration', 'light1')
|
||||
call s:HL('scalaInterpolation', 'aqua')
|
||||
|
||||
" }}}
|
||||
|
||||
" Functions -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user