Skip to content

Commit 3b47dfd

Browse files
committed
Update tree-sitter-hclrs to 0.0.6
Fixes #4
1 parent eb8773f commit 3b47dfd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
## 0.0.3
2+
* Update tree-sitter-hclrs to allow grammar to be recognized by Atom
3+
4+
## 0.0.2
5+
* Update tree-sitter-hclrs to fix compile errors
6+
17
## 0.0.1
28
* Initial release

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"atom": ">=1.32.0 <2.0.0"
1717
},
1818
"dependencies": {
19-
"tree-sitter-hclrs": "^0.0.5"
19+
"tree-sitter-hclrs": "^0.0.6"
2020
}
2121
}

0 commit comments

Comments
 (0)