diff --git a/package.json b/package.json index 0d3fd0d111d4236f3ad41aa78aa6058fa47cb60e..456a3dccab16c2e9747c42d823e08749a55f1c98 100755 --- a/package.json +++ b/package.json @@ -60,17 +60,13 @@ "properties": { "tailwindCSS.emmetCompletions": { "type": "boolean", "default": false, - "markdownDescription": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`" + "description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`." }, "tailwindCSS.includeLanguages": { "type": "object", "author": "Brad Cornes ", - "name": "vscode-tailwindcss", - "type": "string" - }, - "author": "Brad Cornes ", "preview": true, - "markdownDescription": "Enable features in languages that are not supported by default. Add a mapping here between the new language and an already supported language.\n E.g.: `{\"plaintext\": \"html\"}`" + "description": "Enable features in languages that are not supported by default. Add a mapping here between the new language and an already supported language.\n E.g.: `{\"plaintext\": \"html\"}`" } } }