Skip to content

Commit 3cdef74

Browse files
authored
Merge pull request #1 from ecmel/master
Catches up with Head Project
2 parents 07a7415 + 836eed3 commit 3cdef74

File tree

4 files changed

+1973
-34
lines changed

4 files changed

+1973
-34
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Missing CSS support for HTML documents.
77
- Class attribute completion.
88
- Id attribute completion.
99
- Supports Zen Coding completion for class and id attributes.
10-
- Scans workspace folder for css files.
10+
- Scans workspace folder for css and scss files.
1111
- Supports remote css files.
1212
- Uses [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice).
1313

@@ -22,6 +22,9 @@ Missing CSS support for HTML documents.
2222
- handlebars
2323
- php
2424
- twig
25+
- md
26+
- javascript
27+
- javascriptreact
2528

2629
## Remote Style Sheets
2730

@@ -32,7 +35,19 @@ Remote style sheets can be specified in VS Code settings:
3235
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
3336
]
3437
```
38+
## Style Sheet File Extensions
39+
40+
By default, `css` and `scss` files in the project are parsed. You may configure this in VS Code Settings
41+
42+
Remote style sheets can be specified in VS Code settings:
43+
44+
```
45+
"css.fileExtensions": [ "css", "scss"]
46+
```
3547

3648
## Installation
3749

3850
[Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css)
51+
52+
## Usage
53+
You can view a list of attributes via `ctrl + space`.

0 commit comments

Comments
 (0)