mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat: Allow to configure to use syntax and tree-sitter together
This commit is contained in:
parent
5c00f8ede1
commit
ff9bf6dc2b
2 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ local builtin_modules = {
|
|||
enable = false,
|
||||
disable = {'markdown'}, -- FIXME(vigoux): markdown highlighting breaks everything for now
|
||||
custom_captures = {},
|
||||
is_supported = queries.has_highlights
|
||||
is_supported = queries.has_highlights,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
incremental_selection = {
|
||||
module_path = 'nvim-treesitter.incremental_selection',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue