Skip to content

Commit c767352

Browse files
committed
fix changelog spacing
1 parent 6a97195 commit c767352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
- Class names from `@tailwind base` are now included (by default `@tailwind base` does not include any class names but plugins may contribute them)
1313
- Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)
1414
- Added `tailwindCSS.includeLanguages` setting:
15+
1516
```json
1617
{
1718
"tailwindCSS.includeLanguages": {
1819
"plaintext": "html"
1920
}
2021
}
2122
```
23+
2224
This setting allows you to add additional language support. The key of each entry is the new language ID and the value is any one of the extensions built-in languages, depending on how you want the new language to be treated (e.g. `html`, `css`, or `javascript`)
2325

2426
### HTML
@@ -40,6 +42,7 @@
4042
### JS(X)
4143

4244
- Completions now trigger when using backticks (#50, #93):
45+
4346
```js
4447
const App = () => <div className={`_
4548
```

0 commit comments

Comments
 (0)