Skip to content

Commit 2758888

Browse files
committed
Release 0.2.3
1 parent 1f1893f commit 2758888

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.2.3
4+
5+
- Added syntax hightlighting and snippet for `moved` blocks ([#18](https://github.com/4ops/vscode-language-terraform/pull/18). Thanks to [@hariscodes](https://github.com/hariscodes)
6+
- Added syntax highlighting for multiple include blocks in `terragrunt.hcl` ([#15](https://github.com/4ops/vscode-language-terraform/pull/15). Thanks to [@cruftyoldsysadmin](https://github.com/cruftyoldsysadmin)
7+
38
## 0.2.2
49

510
- Added sensitive variable support

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2020 Anton Kulikov
3+
Copyright © 2022 Anton Kulikov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the “Software”), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "terraform",
33
"displayName": "Terraform",
44
"description": "Terraform configuration language support (includes Terragrunt)",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"icon": "icon.png",
77
"keywords": [
88
"terraform",

0 commit comments

Comments
 (0)