Skip to content

Commit 836eed3

Browse files
authored
Merge pull request #37 from rush1818/master
Allow configurable style sheet file extensions
2 parents 945543b + e8a8a9e commit 836eed3

File tree

4 files changed

+1930
-5
lines changed

4 files changed

+1930
-5
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Missing CSS support for HTML documents.
2323
- php
2424
- twig
2525
- md
26+
- javascript
2627
- javascriptreact
2728

2829
## Remote Style Sheets
@@ -34,6 +35,15 @@ Remote style sheets can be specified in VS Code settings:
3435
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
3536
]
3637
```
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+
```
3747

3848
## Installation
3949

0 commit comments

Comments
 (0)