require('nvim-treesitter.configs').setup { ensure_installed = 'all', ignore_install = { 'verilog', 'kotlin' }, highlight = { enable = true, -- additional_vim_regex_highlighting = { "markdown" } additional_vim_regex_highlighting = true, set_custom_captures = { ["type.string"] = "pythonFunction", } }, incremental_selection = { enable = true }, textobjects = { enable = true } }