Skip to content

Commit

Permalink
Merge pull request #150 from arcticicestudio/feature/gh-104-haskell-s…
Browse files Browse the repository at this point in the history
…yntax-support

Haskell Syntax Plugin Support
  • Loading branch information
arcticicestudio authored Apr 15, 2019
2 parents 9059d7d + a23e959 commit b0ffc6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,12 @@ call s:hi("plugDeleted", s:nord11_gui, "", "", s:nord11_term, "", "")
call s:hi("SignatureMarkText", s:nord8_gui, "", s:nord8_term, "", "", "")

"+--- Languages ---+
" Haskell
" > neovimhaskell/haskell-vim
call s:hi("haskellPreProc", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("haskellType", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link haskellPragma haskellPreProc

" JavaScript
" > pangloss/vim-javascript
call s:hi("jsGlobalNodeObjects", s:nord8_gui, "", s:nord8_term, "", s:italic, "")
Expand Down

0 comments on commit b0ffc6b

Please sign in to comment.