Apply CSS language server to LESS and SASS too
This commit is contained in:
parent
9f68c11506
commit
7e61bb2307
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ const lspServers = [
|
|||
|
||||
{
|
||||
name: 'vscode-css-language-server',
|
||||
filetype: 'css',
|
||||
filetype: ['css', 'less', 'sass', 'scss'],
|
||||
path: expand('~/.local/bin/vscode-css-language-server'),
|
||||
args: ['--stdio'],
|
||||
install: 'npm install -g vscode-langservers-extracted',
|
||||
|
|
Loading…
Reference in a new issue