Skip to content

Commit bb4c56e

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Bump version
1 parent 18350c6 commit bb4c56e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ CSS support in HTML documents.
44

55
## Features
66

7-
- Style attribute completion and hover.
87
- Style tag completion and hover.
8+
- Style attribute completion and hover.
99
- Class attribute completion.
1010
- Scans workspace folder for css files.
1111
- Supports optional resource.json file for fine tuned resource selection.
1212
- Uses [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice).
1313

1414
## resource.json
1515

16-
Sample resource.json file:
16+
If a resource.json file is found in the root of the workspace, only files listed in the file will be used.
17+
18+
### Example:
1719

1820
```
1921
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support in HTML documents",
5-
"version": "0.0.13",
5+
"version": "0.0.14",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",

0 commit comments

Comments
 (0)