Skip to content

Commit 877d083

Browse files
committed
Update depemdencies
1 parent bda2ec2 commit 877d083

File tree

4 files changed

+199
-131
lines changed

4 files changed

+199
-131
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Changelog
1+
# Change Log
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to the extension will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
7+
## [Unreleased]
8+
9+
- Update dependencies.
710

811
## [1.2.5] - 2020-12-20
912

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Missing `id` and `class` attribute completion support for HTML documents.
44

55
## Features
66

7-
- HTML `class` attribute completion.
87
- HTML `id` attribute completion.
9-
- Supports linked [`<link rel="stylesheet">`] and embedded [`<style></style>`] style sheets.
8+
- HTML `class` attribute completion.
9+
- Supports linked `[<link rel="stylesheet">]` and embedded `[<style></style>]` style sheets.
1010
- Supports template inheritance.
1111
- Supports additional style sheets.
1212
- Supports other HTML like languages.
1313

1414
## Linked and Embedded Style Sheets
1515

1616
In the following HTML file, completion will suggest for all `id` and `class` attributes. All
17-
local links point to the same file.
17+
local links point to the same file which is in the root of workspace folder.
1818

1919
**`index.html`**
2020
```html
@@ -95,17 +95,15 @@ If it is not possible to specify local or remote styles within each HTML file or
9595
## Supported Languages
9696

9797
Supported languages can be configured with the `css.enabledLanguages` setting. By default
98-
`html` is enabled:
98+
`html` is enabled.
9999

100100
```json
101101
"css.enabledLanguages": [
102102
"html"
103103
]
104104
```
105105

106-
Extension can be configured to support any language where it makes sense such as `handlebars`,
107-
`php`, `javascriptreact`, `nunjucks` etc. You should also install corresponding language
108-
extension which registers choosen language id in VS Code.
106+
Extension can be configured to support any language where it makes sense such as `nunjucks`, `twig`, `mustache`, etc. You should also install corresponding language extension which registers choosen language id in VS Code.
109107

110108
This setting is application scoped so it should be set in global settings and changing the
111109
setting requires restarting VS Code.

0 commit comments

Comments
 (0)