Docs: document additional_vim_regex_highlighting option

This commit is contained in:
Santos Gallegos 2021-07-05 12:04:53 -05:00 committed by Stephan Seitz
parent 437e41e9fc
commit f3d0bdcf6f

View file

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