From b3c46c8793f1f774a22011e70f9019decc4462ed Mon Sep 17 00:00:00 2001 From: Yeri Pratama Date: Thu, 13 Aug 2020 16:21:12 +0700 Subject: Support highlighting for PHP classes and functions/methods (#218) Before classes and functions used the default foreground color which made it hard to distinguish them from variables and syntactic characters like braces. The new style now matches other ports and highlighting engines and makes it easy to identify these elements with Nord's authentic appearance. Closes GH-218 --- colors/nord.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/nord.vim b/colors/nord.vim index 8a2b033..f684dd5 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -469,9 +469,12 @@ hi! link markdownHeadingDelimiter Keyword call s:hi("perlPackageDecl", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("phpClasses", s:nord7_gui, "", s:nord7_term, "", "", "") +call s:hi("phpClass", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("phpDocTags", s:nord7_gui, "", s:nord7_term, "", "", "") hi! link phpDocCustomTags phpDocTags hi! link phpMemberSelector Keyword +hi! link phpMethod Function +hi! link phpFunction Function call s:hi("podCmdText", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("podVerbatimLine", s:nord4_gui, "", "NONE", "", "", "") -- cgit v1.2.3-70-g09d2