Skip to content

Commit

Permalink
Add OCaml highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Oct 4, 2020
1 parent cd97091 commit 9e71159
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,15 @@ hi! link rustModPathSep GruvboxFg2
hi! link rustCommentLineDoc Comment
hi! link rustDefault GruvboxAqua

" }}}
" Ocaml: {{{

hi! link ocamlOperator GruvboxFg1
hi! link ocamlKeyChar GruvboxOrange
hi! link ocamlArrow GruvboxOrange
hi! link ocamlInfixOpKeyword GruvboxRed
hi! link ocamlConstructor GruvboxOrange

" }}}


Expand Down

0 comments on commit 9e71159

Please sign in to comment.