From f1775da07fe48da629468bcfcc2a8a6c4c3f40ed Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Fri, 20 Oct 2023 23:51:26 -0700 Subject: feat(lsp): add snippet API (#25301) --- src/nvim/highlight_group.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index 5cbff6e3dd..2fa92f377d 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -235,6 +235,7 @@ static const char *highlight_init_both[] = { "default DiagnosticDeprecated cterm=strikethrough gui=strikethrough guisp=Red", "default link DiagnosticUnnecessary Comment", "default link LspInlayHint NonText", + "default link SnippetTabstop Visual", // Text "default link @text.literal Comment", -- cgit