aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGrégoire Paris <postmaster@greg0ire.fr>2022-01-05 21:05:00 +0100
committerGrégoire Paris <postmaster@greg0ire.fr>2022-01-05 21:05:00 +0100
commitfbd08ed30517f12d2425bee348f2aa44d360a0db (patch)
tree4c409362ba2383b5d80fd6b13dfa9c2073976b71 /templates
parentbbb1af4e00af4df10dd7c492c5c8f1fddacb9908 (diff)
Define matchup's MatchWord highlight
Diffstat (limited to 'templates')
-rw-r--r--templates/default.mustache3
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, "", "", "")