feat: add css and scss formatter

This commit is contained in:
Nydragon 2024-05-28 14:47:28 +09:00
parent 852157093e
commit 6cfb40cc79
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -59,6 +59,12 @@ local function build()
yaml = { yaml = {
prettier, prettier,
}, },
css = {
prettier,
},
scss = {
prettier,
},
fish = { fish = {
require("formatter.filetypes.fish").fishindent, require("formatter.filetypes.fish").fishindent,
}, },