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:
parent
e2512e7ee1
commit
3747e19f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue