From be046aa4fd200eadd48f0cfb1b1450d40093aa1a Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 4 Jan 2023 10:48:24 +0000 Subject: [PATCH] Update readme --- packages/vscode-tailwindcss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md index 8c75886..b38f514 100644 --- a/packages/vscode-tailwindcss/README.md +++ b/packages/vscode-tailwindcss/README.md @@ -58,7 +58,7 @@ By default VS Code will not trigger completions when editing "string" content, f ### `tailwindCSS.includeLanguages` -This setting allows you to add additional language support. The key of each entry is the new language ID and the value is any one of the extensions built-in languages, depending on how you want the new language to be treated (e.g. `html`, `css`, or `javascript`): +This setting allows you to add additional language support. The key of each entry is the new language ID and the value is any one of the extensions [built-in languages](https://github.com/tailwindlabs/tailwindcss-intellisense/blob/master/packages/tailwindcss-language-service/src/util/languages.ts), depending on how you want the new language to be treated (e.g. `html`, `css`, or `javascript`): ```json {