feat(lsp): add snippet API (#25301)

This commit is contained in:
Maria José Solano
2023-10-20 23:51:26 -07:00
committed by GitHub
parent 3304449946
commit f1775da07f
11 changed files with 789 additions and 34 deletions

View File

@@ -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",