Skip to content

Commit

Permalink
Merge pull request #151 from arcticicestudio/improvement/gh-137-cmake…
Browse files Browse the repository at this point in the history
…-generator-expressions

Improve CMake generator expression highlighting
  • Loading branch information
arcticicestudio committed Apr 13, 2019
2 parents a649fff + 65863b2 commit d2774cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ call s:hi("cIncluded", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link cOperator Operator
hi! link cPreCondit PreCondit

call s:hi("cmakeGeneratorExpression", s:nord10_gui, "", s:nord10_term, "", "", "")

hi! link csPreCondit PreCondit
hi! link csType Type
hi! link csXmlTag SpecialComment
Expand Down

0 comments on commit d2774cb

Please sign in to comment.