diff --git a/README.md b/README.md index 6a3526a..0bd9036 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # vscode-tailwindcss + +HTML autocompletion diff --git a/package.json b/package.json index 37a91a7..761723e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "engines": { "vscode": "^1.20.0" }, - "categories": ["Other"], + "categories": [ + "Other" + ], "keywords": [ "tailwind", "tailwindcss", @@ -39,8 +41,9 @@ "dlv": "^1.1.1", "tailwind-class-names": "0.6.0" }, - "homepage": - "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md", + "author": "Brad Cornes ", + "license": "MIT", + "homepage": "https://github.com/bradlc/vscode-tailwindcss/blob/master/README.md", "bugs": { "url": "https://github.com/bradlc/vscode-tailwindcss/issues", "email": "bradlc41@gmail.com" diff --git a/src/img/html.gif b/src/img/html.gif new file mode 100644 index 0000000..8ffc7ff Binary files /dev/null and b/src/img/html.gif differ