aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-08 12:54:41 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-09-08 12:54:41 +0800
commit99e6e0f221ccdb7aa983121359aedb7791e870dd (patch)
treefed0527ba4e8f264cc1060a0f29d6067a5d98861 /runtime/doc
parent078e49b96a4f3e4255371cd40c18295bab2149d0 (diff)
downloadrneovim-99e6e0f221ccdb7aa983121359aedb7791e870dd.tar.gz
rneovim-99e6e0f221ccdb7aa983121359aedb7791e870dd.tar.bz2
rneovim-99e6e0f221ccdb7aa983121359aedb7791e870dd.zip
docs(treesitter): fix doxygen
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/treesitter.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt
index dbc81dbd96..eb7ea04254 100644
--- a/runtime/doc/treesitter.txt
+++ b/runtime/doc/treesitter.txt
@@ -452,7 +452,8 @@ start({bufnr}, {lang}) *start()*
Can be used in an ftplugin or FileType autocommand
Note: By default, disables regex syntax highlighting, which may be
- required for some plugins. In this case, add vim.bo.syntax = 'on `after the call to` start`.
+ required for some plugins. In this case, add `vim.bo.syntax = 'on'` after
+ the call to `start`.
Example:
>