mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
Merge pull request #20114 from zeertzjq/ts-docs
docs(treesitter): fix doxygen comment
This commit is contained in:
@@ -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:
|
||||
>
|
||||
|
@@ -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:
|
||||
---
|
||||
|
Reference in New Issue
Block a user