We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01342a commit f4a40afCopy full SHA for f4a40af
CHANGELOG.md
@@ -13,3 +13,4 @@
13
| 0.3.6 | 09.15.2022 | Fix for typescriptreact files, as well as new snippets for easier block creation. |
14
| 0.3.7 | 03.04.2023 | Added support for style tags highlighting/completion/hover. |
15
| 0.3.8 | 04.10.2023 | Fixed regression in 0.3.7 that resulted in issue #39. |
16
+| 0.3.9 | 11.10.2023 | Added support for case insensitive blocks to fix #44. |
package.json
@@ -2,7 +2,7 @@
2
"name": "inline-html",
3
"displayName": "Inline HTML",
4
"description": "IntelliSense, Emmet and Syntax Highlighting for html/css inside ES6 Template Strings.",
5
- "version": "0.3.8",
+ "version": "0.3.9",
6
"publisher": "pushqrdx",
7
"license": "MIT",
8
"icon": "docs/logo.png",
0 commit comments