require("nvim-treesitter.configs").setup({ ensure_installed = { "python", "gdscript", -- "godot_resource", "julia", "lua", "latex", "bash", "fish", "html", "json", "toml", "yaml", "cpp", }, highlight = { enable = true, additional_vim_regex_highlighting = false, }, rainbow = { enable = true, extended_mode = true, }, })