docs(treesitter): fix doxygen

This commit is contained in:
zeertzjq 2022-09-08 12:54:41 +08:00
parent 078e49b96a
commit 99e6e0f221
2 changed files with 3 additions and 2 deletions

View File

@ -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:
>

View File

@ -247,7 +247,7 @@ end
--- 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`.
--- In this case, add ``vim.bo.syntax = 'on'`` after the call to `start`.
---
--- Example:
---