8000
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 51af501 commit 7c0e21fCopy full SHA for 7c0e21f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.15.1 (2022-03-16)
2
+
3
+### Bug fixes
4
5
+Fix a bug where indentation with tabs was tracked incorrectly, leading to spurious indent tokens and malformed trees.
6
7
## 0.15.0 (2021-08-11)
8
9
### Breaking changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/python",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "Lezer-based Python grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments