File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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{
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments