add php back to treesitter after lost in rebase

This commit is contained in:
Lord Of Nougate 2023-09-05 22:22:59 +02:00 committed by Béla Richartz
parent 54f4e12f04
commit 36e050f50b

View File

@ -1,7 +1,7 @@
-- parsing and highlighting -- parsing and highlighting
require'nvim-treesitter.configs'.setup { require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed) -- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "python", "javascript", "typescript", "c", "rust", "bash", "lua", "vim", "vimdoc", "query" }, ensure_installed = { "python", "javascript", "php", "typescript", "c", "rust", "bash", "lua", "vim", "vimdoc", "query" },
-- Install parsers synchronously (only applied to `ensure_installed`) -- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = false,