blob: 10b60ec11a4090db10e7100634470a45e1bbc011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
return {
cmd = { 'vscode-css-language-server', '--stdio' },
filetypes = { 'css', 'scss', 'less' },
init_options = { provideFormatter = true },
root_markers = { 'package.json' },
settings = {
css = { validate = true },
scss = { validate = true },
less = { validate = true },
},
}
|