Elixir lang highlighting

This commit is contained in:
Pavel Pertsev
2014-11-10 02:38:58 +03:00
parent 3f711ed0f5
commit 891cbe898e

View File

@@ -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 -------------------------------------------------------------------