fix: add html lsp formatting to php files

This commit is contained in:
jabuxas 2025-01-27 13:18:11 -03:00
parent f8d980ba0d
commit e4041acb6f

View File

@ -362,7 +362,7 @@ local servers = {
} }
}, },
}, },
html = { provideFormatter = false, filetypes = {"html", "htmldjango"} }, html = { provideFormatter = false, filetypes = {"html", "htmldjango", "php"} },
cssls = {}, cssls = {},
pyright = { pyright = {
settings = { settings = {