feat: add css and scss formatter
This commit is contained in:
parent
852157093e
commit
6cfb40cc79
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue