Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
0.1.16
Brad Cornes <bradlc41@gmail.com>
6 years ago
3 changed files, 6 additions(+), 1 deletions(-)
M CHANGELOG.md -> CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4e67fb3edf60908e1835138a9ff44da5184c477..a2b82b979856b95e03f8119faa155d66ff349f3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.16
+
+- add support for [EEx templates](https://hexdocs.pm/phoenix/templates.html), via [vscode-elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) – thanks [@dhc02](https://github.com/dhc02)
+
 ## 0.1.15
 
 - add support for [leaf](https://github.com/vapor/leaf) files (#16)
M package-lock.json -> package-lock.json
diff --git a/package-lock.json b/package-lock.json
index 2d658b08d9e24dd52ab1ea573d6905ac4566ba3f..4b740f959dfae6a51f26633f9123140ffc03a878 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
     "name": "vscode-tailwindcss",
-    "version": "0.1.15",
+    "version": "0.1.16",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
M package.json -> package.json
diff --git a/package.json b/package.json
index 83a35888f679ecab52072912cb550d16701308f2..14d6cddc2363df9ffa500292c89d012e29cffe42 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@ {
   "name": "vscode-tailwindcss",
   "displayName": "Tailwind CSS IntelliSense",
   "description": "Tailwind CSS class name completion",
+  "publisher": "bradlc",
   "version": "0.1.15",
   "publisher": "bradlc",
   "engines": {