Skip to content

Commit 01278a9

Browse files
committed
Merge branch 'master' into watcher
2 parents 20da2b3 + 3d14326 commit 01278a9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/tailwindcss-language-service/src/util/languages.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export const htmlLanguages = [
22
'aspnetcorerazor',
3+
'astro',
4+
'astro-markdown',
35
'blade',
46
'django-html',
57
'edge',

packages/vscode-tailwindcss/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.8
4+
5+
- Add [Astro](https://astro.build/) languages (`astro` and `astro-markdown`)
6+
- Fix incorrect separator (#343)
7+
- [JIT] Update opacity modifier completions to show the full class
8+
39
## 0.6.7
410

511
- Add support for `tailwindcss` v2.2

packages/vscode-tailwindcss/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <[email protected]>",
77
"license": "MIT",
8-
"version": "0.6.7",
8+
"version": "0.6.8",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)