Add :Termdebug highlight groups.

Fixes #136.
This commit is contained in:
Josh Dick
2019-01-13 20:07:44 -05:00
parent fbf5af4950
commit 4383697909

View File

@@ -266,6 +266,14 @@ call s:h("WildMenu", { "fg": s:black, "bg": s:blue }) " current match in 'wildme
" }}}
" Termdebug highlighting for Vim 8.1+ {{{
" See `:h hl-debugPC` and `:h hl-debugBreakpoint`.
call s:h("debugPC", { "bg": s:special_grey }) " the current position
call s:h("debugBreakpoint", { "fg": s:black, "bg": s:red }) " a breakpoint
" }}}
" Language-Specific Highlighting {{{
" CSS