diff --git a/package.json b/package.json index 456a3dc..0d3fd0d 100755 --- a/package.json +++ b/package.json @@ -60,12 +60,15 @@ "tailwindCSS.emmetCompletions": { "type": "boolean", "default": false, - "description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`." + "markdownDescription": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`" }, "tailwindCSS.includeLanguages": { "type": "object", + "additionalProperties": { + "type": "string" + }, "default": {}, - "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\"}`" + "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\"}`" } } }