Skip to content

Commit

Permalink
Resolve #46: Enable Auto Close Tag on Liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed May 22, 2017
1 parent 6c75c5b commit 37db0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.4.2 (2017-05-22)
* [#46](https://github.com/formulahendry/vscode-auto-close-tag/issues/46): Enable Auto Close Tag on Liquid

### 0.4.1 (2017-05-14)
* Enable Auto Close Tag on more template engines

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "auto-close-tag",
"displayName": "Auto Close Tag",
"description": "Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "formulahendry",
"icon": "images/logo.png",
"engines": {
Expand Down Expand Up @@ -67,7 +67,8 @@
"plaintext",
"markdown",
"razor",
"vue"
"vue",
"liquid"
],
"description": "Set the languages that the extension will be activated. e.g. [\"html\",\"xml\",\"php\"]. Use [\"*\"] to activate for all languages."
},
Expand Down

0 comments on commit 37db0e2

Please sign in to comment.