Merge branch 'master' into watcher
commit
01278a9d4d
|
@ -1,5 +1,7 @@
|
||||||
export const htmlLanguages = [
|
export const htmlLanguages = [
|
||||||
'aspnetcorerazor',
|
'aspnetcorerazor',
|
||||||
|
'astro',
|
||||||
|
'astro-markdown',
|
||||||
'blade',
|
'blade',
|
||||||
'django-html',
|
'django-html',
|
||||||
'edge',
|
'edge',
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.8
|
||||||
|
|
||||||
|
- Add [Astro](https://astro.build/) languages (`astro` and `astro-markdown`)
|
||||||
|
- Fix incorrect separator (#343)
|
||||||
|
- [JIT] Update opacity modifier completions to show the full class
|
||||||
|
|
||||||
## 0.6.7
|
## 0.6.7
|
||||||
|
|
||||||
- Add support for `tailwindcss` v2.2
|
- Add support for `tailwindcss` v2.2
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-tailwindcss",
|
"name": "vscode-tailwindcss",
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ctrl/tinycolor": "3.1.4",
|
"@ctrl/tinycolor": "3.1.4",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"author": "Brad Cornes <hello@bradley.dev>",
|
"author": "Brad Cornes <hello@bradley.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||||
|
|
Loading…
Reference in New Issue