File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ syn case ignore
1616syn match groupsDefaultValue " \( :\| =\)\s *\w\+ $" ms =s + 1 contained
1717syn match groupsColonValue " \( :\| =\) .*" contained contains =groupsDefaultValue
1818syn match groupsDefaultKey " ^default\( :\| =\) .*$" contains =groupsColonValue
19- syn match groupsGroupsDirKey " ^\( groupsdir\| confdir\| autodir\)\( :\| =\) "
19+ syn match groupsGroupsDirKey " ^\( groupsdir\| confdir\| autodir\)\( :\| =\) .*$ " contains = groupsKeys,groupsVars
2020
2121" Sources
22- syn match groupsVars " \(\$ GROUP\|\$ NODE\| $SOURCE\) " contained
22+ syn match groupsVars " \(\$ GROUP\|\$ NODE\| $SOURCE\| $CFGDIR \ )" contained
2323syn match groupsKeys " ^\w\+\( :\| =\) " me =e - 1 contained
2424syn match groupsKeyValue " ^\( map\| all\| list\| reverse\| cache_time\)\+\( :\| =\) .*$" contains =groupsKeys,groupsVars
2525
@@ -47,7 +47,6 @@ if version >= 508 || !exists("did_groupsconf_syntax_inits")
4747 HiLink groupsComment Comment
4848 HiLink groupsMainHeader Constant
4949 HiLink groupsDefaultKey Identifier
50- HiLink groupsGroupsDirKey Identifier
5150 HiLink groupsDefaultValue Special
5251 HiLink groupsKeys Identifier
5352 HiLink groupsVars Keyword
You can’t perform that action at this time.
0 commit comments