fix typo
parent
ca09509a14
commit
8d523f9831
|
@ -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
|
* Find definition, references & highlights for symbols in the same file
|
||||||
* Document Symbols
|
* 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.
|
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)
|
Internally the CSS plugin uses the [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)
|
||||||
|
|
Loading…
Reference in New Issue