diff options
| author | Evgeni Chasnovski <evgeni.chasnovski@gmail.com> | 2024-05-02 11:25:21 +0300 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-05-02 11:39:31 +0200 |
| commit | 54dfee8f0a68985a196857821af1add287b5991a (patch) | |
| tree | d9d4e807d12995fb7cab33878dccf0d11f34fcfe /runtime/doc | |
| parent | 2b1a6e7597098713838d88d81654a7c352208fe5 (diff) | |
| download | rneovim-54dfee8f0a68985a196857821af1add287b5991a.tar.gz rneovim-54dfee8f0a68985a196857821af1add287b5991a.tar.bz2 rneovim-54dfee8f0a68985a196857821af1add287b5991a.zip | |
docs: add `hl-SnippetTabstop` tag
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lua.txt | 2 | ||||
| -rw-r--r-- | runtime/doc/syntax.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 071cdc8ef1..2b1d20feda 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -4338,7 +4338,7 @@ vim.snippet.expand({input}) *vim.snippet.expand()* https://microsoft.github.io/language-server-protocol/specification/#snippet_syntax for the specification of valid input. - Tabstops are highlighted with hl-SnippetTabstop. + Tabstops are highlighted with |hl-SnippetTabstop|. Parameters: ~ • {input} (`string`) diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 07d360ce29..00e42f7cf7 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5054,6 +5054,8 @@ QuickFixLine Current |quickfix| item in the quickfix window. Combined with *hl-Search* Search Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out. + *hl-SnippetTabstop* +SnippetTabstop Tabstops in snippets. |vim.snippet| *hl-SpecialKey* SpecialKey Unprintable characters: Text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace| |