diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-10-20 23:51:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 08:51:26 +0200 |
commit | f1775da07fe48da629468bcfcc2a8a6c4c3f40ed (patch) | |
tree | f268521a16f35ed9a58acc758a87e791d0dd6d6e /src | |
parent | 330444994616e48e5e4d15bbf72d7c5346943565 (diff) | |
download | rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.gz rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.bz2 rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.zip |
feat(lsp): add snippet API (#25301)
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/highlight_group.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |