1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
  | 
diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md
index 8c758865cde8b8f98f13d7cc74be6907be2af112..b38f51472ec529a46304567b8177e6fae61f924b 100644
--- a/packages/vscode-tailwindcss/README.md
+++ b/packages/vscode-tailwindcss/README.md
@@ -58,7 +58,7 @@ ## Extension Settings
 
 ### `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
 {
  |