1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +02:00

nvim: lang: php: add php_only and blade to treesitter

This commit is contained in:
Henrik Hautakoski 2024-09-06 12:50:19 +02:00
parent e2512e7ee1
commit 3747e19f3a

View file

@ -13,7 +13,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = { opts = {
ensure_installed = { "php", "phpdoc" } ensure_installed = { "php", "php_only", "phpdoc", "blade" }
} }
}, },
{ {