add markdown support

This commit is contained in:
xfy
2024-09-11 09:08:50 +08:00
parent 10a26538fc
commit f6452ea37b
6 changed files with 68 additions and 12 deletions

View File

@ -24,7 +24,8 @@ return {
html = { "prettier" },
json = { "prettier" },
yaml = { "prettier" },
markdown = { "prettier" },
["markdown"] = { "prettier", },
["markdown.mdx"] = { "prettier" },
graphql = { "prettier" },
python = { "isort", "black" },
php = { "intelephense" },