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 = [
'aspnetcorerazor',
'astro',
'astro-markdown',
'blade',
'django-html',
'edge',

View File

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

View File

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

View File

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