diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-02-06 17:27:42 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-02-11 07:42:19 +0100 |
| commit | b86555d9c3c348b964fb0699b5523ac1383079a1 (patch) | |
| tree | b81d8b9cdbda63dd296ddef4a9e336a918537fc5 /doc | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar.gz nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar.bz2 nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar.lz nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar.xz nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.tar.zst nvim-treesitter-b86555d9c3c348b964fb0699b5523ac1383079a1.zip | |
HTML: improve highlights & injections
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 0f3c879af..eb1573ef0 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -580,6 +580,10 @@ For text to be represented with emphasis. *hl-TSUnderline* For text to be represented with an underline. +`TSStrike` + *hl-TSStrike* +For strikethrough text. + `TSTitle` *hl-TSTitle* Text that is part of a title. |
