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 a6ff7c5 commit b29a2ddCopy full SHA for b29a2dd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.2.1 (2025-05-14)
2
+
3
+### Bug fixes
4
5
+Fix an issue where the indentation logic would too eagerly align lines to the body directly above them.
6
7
## 6.2.0 (2025-04-25)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-python",
- "version": "6.2.0",
+ "version": "6.2.1",
"description": "Python language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments