mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07:00
docs(treesitter): fix doxygen
This commit is contained in:
parent
078e49b96a
commit
99e6e0f221
@ -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:
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user