mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Docs: document additional_vim_regex_highlighting option
This commit is contained in:
parent
437e41e9fc
commit
f3d0bdcf6f
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Treesitter configurations and abstraction layer for Neovim.
|
|||
|
||||
Minimum version of neovim: nightly
|
||||
|
||||
Authors:
|
||||
Authors:
|
||||
Kiyan Yazdani <yazdani.kiyan@protonmail.com>
|
||||
Thomas Vigouroux <tomvig38@gmail.com>
|
||||
Stephan Seitz <stephan.seitz@fau.de>
|
||||
|
|
@ -111,6 +111,11 @@ Supported options:
|
|||
- disable: list of languages.
|
||||
- custom_captures: A map of user defined capture groups to highlight groups.
|
||||
See |nvim-treesitter-query-extensions|.
|
||||
- additional_vim_regex_highlighting: `true` or `false`, or a dictionary of languages.
|
||||
Set this to `true` if you depend on 'syntax' being enabled
|
||||
(like for indentation). Using this option may slow down your editor,
|
||||
and you may see some duplicate highlights.
|
||||
Defaults to `false`.
|
||||
|
||||
>
|
||||
lua <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue