From 65863b23ffad39f90fc4709c1f2d85421a451f9c Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 13 Apr 2019 14:47:04 +0200 Subject: [PATCH] Improve CMake generator expression highlighting CMake generator expressions (1) are now highlighted using `nord10` as foreground instead of `nord13` as background and `nord0` as foreground. References: (1) https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html GH-137 --- colors/nord.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/nord.vim b/colors/nord.vim index 328245f5..1bbfaf8e 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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