Skip to content

Commit

Permalink
Merge pull request #120 from mdzhang/develop
Browse files Browse the repository at this point in the history
Highlight Yaml keys
  • Loading branch information
arcticicestudio committed May 5, 2018
2 parents 4fe2d43 + df75ad7 commit b1478b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions colors/nord.vim
Expand Up @@ -550,3 +550,7 @@ hi! link mkdLinkDef mkdLink
hi! link mkdLinkDefTarget mkdURL
hi! link mkdLinkTitle mkdInlineURL
hi! link mkdDelimiter Keyword

" YAML
" > stephpy/vim-yaml
call s:hi("yamlKey", s:nord7_gui, "", s:nord7_term, "", "", "")

0 comments on commit b1478b0

Please sign in to comment.