diff options
| author | adrian5 <adrian5@users.noreply.github.com> | 2022-07-11 08:12:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 08:12:32 +0200 |
| commit | ba806c2480aa1a1895bf21b8362de8efc0e6712e (patch) | |
| tree | 6660fcc6262516cfef766329bd7f9972c1a8178e /doc | |
| parent | add go1.18 any type (diff) | |
| download | nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar.gz nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar.bz2 nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar.lz nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar.xz nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.tar.zst nvim-treesitter-ba806c2480aa1a1895bf21b8362de8efc0e6712e.zip | |
doc: fix typos (#3163)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 6fc65d001..7291ff40a 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -599,7 +599,7 @@ Identifiers referring to modules and namespaces. *hl-None* `TSNone` -No highlighting (sets all highlight arguments to `NONE`). this group is used +No highlighting (sets all highlight arguments to `NONE`). This group is used to clear certain ranges, for example, string interpolations. Don't change the values of this highlight group. @@ -714,7 +714,7 @@ URIs like hyperlinks or email addresses. *hl-TSMath* `TSMath` -Math environments like LaTeX's `$ ... $` +Math environments like LaTeX's `$ ... $`. *hl-TSTextReference* `TSTextReference` |
