diff options
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index 4e0ab24..4e748c1 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -510,6 +510,9 @@ call <sid>hi("markdownError", s:gui05, s:gui00, s:cterm05, s:cterm00 call <sid>hi("markdownCodeBlock", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("markdownHeadingDelimiter", s:gui0D, "", s:cterm0D, "", "", "") +" Matchup +call <sid>hi("MatchWord", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "underline", "") + " NERDTree call <sid>hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "", "") call <sid>hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") |