Merge branch 'master' into watcher
commit
01278a9d4d
|
@ -1,5 +1,7 @@
|
|||
export const htmlLanguages = [
|
||||
'aspnetcorerazor',
|
||||
'astro',
|
||||
'astro-markdown',
|
||||
'blade',
|
||||
'django-html',
|
||||
'edge',
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
|
||||
- Add support for `tailwindcss` v2.2
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@ctrl/tinycolor": "3.1.4",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue