Skip to content

Commit 2ed774c

Browse files
committed
Update README.md with Table of Contents and better organization.
1 parent 3f34457 commit 2ed774c

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CSS Nesting Syntax Highlighting
2-
All modern browsers support CSS nesting ([Can I Use](https://caniuse.com/css-nesting)), but Visual Studio Code doesn't currently have CSS nesting syntax highlighting. This extension rectifies that by updating the CSS syntax highlighting to include nesting (and more).
2+
3+
| Table of Contents |
4+
| -- |
5+
| [Overview](#overview) |
6+
| [CSS Nesting Example](#css-nesting-example) |
7+
| [Other Features](#other-features) |
8+
| [Installation](#installation) |
9+
| [Companion Theme](#companion-theme) |
10+
| [What's New](#whats-new) |
11+
| [Known Issues](#known-issues) |
12+
| [Reporting Issues](#issues) |
13+
14+
## Overview
15+
16+
All modern browsers support CSS nesting ([Can I Use](https://caniuse.com/css-nesting)), but Visual Studio Code doesn't currently have CSS nesting syntax highlighting. This extension rectifies that by updating the CSS syntax highlighting to include nesting ([and more](#other-features)).
317

418
To learn more about CSS Nesting, see [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting).
519

@@ -24,7 +38,9 @@ The core CSS syntax file this extension updates can be found in the [official vs
2438
}
2539
```
2640

27-
## Includes `@container` Syntax Highlighting
41+
## Other Features
42+
43+
### Includes syntax highlighting for `@container`
2844

2945
```css
3046
/* Nested @container example */
@@ -41,7 +57,7 @@ The core CSS syntax file this extension updates can be found in the [official vs
4157
}
4258
```
4359

44-
## Includes _function_ syntax highlighting for 'at-rules', such as in `@media`
60+
### Includes _function_ syntax highlighting for 'at-rules', such as in `@media`
4561

4662
```css
4763
/* calc() function example */

0 commit comments

Comments
 (0)