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 7cc81d4 commit 43c5c19Copy full SHA for 43c5c19
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the "vscode-parse-tree" extension will be documented in this file.
4
5
+## 0.23.0 (21 Sep 2022)
6
+
7
+### Enhancements
8
9
+- Api for registering custom languages [#43](https://github.com/cursorless-dev/vscode-parse-tree/pull/43) ([@RedCMD](https://github.com/RedCMD))
10
11
## 0.22.0 (18 Sep 2022)
12
13
### Enhancements
package.json
@@ -2,7 +2,7 @@
"name": "parse-tree",
"displayName": "Parse tree",
"description": "Access document syntax using tree-sitter",
- "version": "0.22.0",
+ "version": "0.23.0",
"publisher": "pokey",
"repository": {
"type": "git",
0 commit comments