Merge pull request #20114 from zeertzjq/ts-docs

docs(treesitter): fix doxygen comment
This commit is contained in:
Thomas Vigouroux
2022-09-08 08:20:27 +02:00
committed by GitHub
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:
---