Skip to content

Commit d2476bc

Browse files
committed
Update README
1 parent c6e614d commit d2476bc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Missing CSS support for HTML documents.
66

77
- HTML `class` attribute completion.
88
- HTML `id` attribute completion.
9-
- Supports completion from `<link rel="stylesheet">` and `<style></style>` tags.
10-
- Supports completion from additional style sheets.
9+
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
10+
- Supports template inheritance.
11+
- Supports additional style sheets.
12+
- Supports other HTML like languages.
1113

12-
## Including Style Sheets
14+
## Linked and Embedded Style Sheets
1315

1416
In the following HTML file, completion will suggest for all `id` and `class` attributes. All
1517
local links point to same `site.css` file.
@@ -66,11 +68,11 @@ local links point to same `site.css` file.
6668

6769
## Template Inheritance
6870

69-
Template inheritance is supported for **`{% extends "base" %}`** and **`{{< base }}`** tags.
71+
Template inheritance is supported for `{% extends "base" %}` and `{{< base }}` tags.
7072

7173
## Additional Style Sheets
7274

73-
If it is not possible to specify local or remote styles within each HTML file or via template inheritance, they can be specified in VS Code settings per workspace folder in `.vscode/settings.json` and will suggest for all HTML files within that workspace folder:
75+
If it is not possible to specify local or remote styles within each HTML file or via template inheritance, they can be specified in VS Code settings per workspace folder in `.vscode/settings.json` and will suggest for all HTML files within that workspace folder.
7476

7577
**`.vscode/settings.json`**
7678
```js

0 commit comments

Comments
 (0)