require("nvim-treesitter.configs").setup({ auto_install = true, ignore_install = { "phpdoc", }, highlight = { enable = true, }, rainbow = { enable = true, extended_mode = true, max_file_lines = 8192, }, ensure_installed = { "bash", "css", "dockerfile", "go", "gomod", "graphql", "help", "hjson", "html", "http", "javascript", "jsdoc", "json", "json5", "jsonc", "latex", "lua", "make", "markdown", "php", "prisma", "python", "regex", "rust", "scss", "sql", "svelte", "teal", "toml", "tsx", "typescript", "vim", "yaml", }, })