Merge branch 'master' into watcher

master
Brad Cornes 2021-06-12 18:35:48 +01:00
commit 01278a9d4d
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,7 @@
export const htmlLanguages = [ export const htmlLanguages = [
'aspnetcorerazor', 'aspnetcorerazor',
'astro',
'astro-markdown',
'blade', 'blade',
'django-html', 'django-html',
'edge', 'edge',

View File

@ -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

View File

@ -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",

View File

@ -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",