pull/2748/head
Martin Aeschlimann 2016-06-27 10:32:19 +02:00 committed by GitHub
parent ca09509a14
commit 8d523f9831
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CSS language plugin for the Monaco Editor. It provides the following features wh
* Find definition, references & highlights for symbols in the same file
* Document Symbols
Linting an be configured through the API. See ([here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the
Linting an be configured through the API. See [here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the
CSS plugin offers to configure the CSS/LESS/SCSS language support.
Internally the CSS plugin uses the [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)