Skip to content

Commit d6d1ef5

Browse files
committed
Update README
1 parent 5fa0e59 commit d6d1ef5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Visual Studio Code CSS Support for HTML Documents
1+
# Visual Studio Code CSS Intellisense for HTML
22

3-
Missing `id` and `class` attribute completion support for HTML documents.
3+
HTML `id` and `class` attribute completion for VS Code.
44

55
## Features
66

@@ -136,8 +136,7 @@ If it is not possible to specify local or remote styles in HTML or via template
136136

137137
## Supported Languages
138138

139-
Supported languages can be configured with the `css.enabledLanguages` setting. By default
140-
`html` is enabled:
139+
Supported languages can be configured with the `css.enabledLanguages` setting. By default `html` is enabled:
141140

142141
```json
143142
"css.enabledLanguages": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
4-
"description": "CSS support for HTML documents",
4+
"description": "CSS Intellisense for HTML",
55
"version": "1.3.1",
66
"publisher": "ecmel",
77
"license": "MIT",

0 commit comments

Comments
 (0)