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 e4e2540 commit 8b033f0Copy full SHA for 8b033f0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.1.2 (2023-03-01)
2
+
3
+### Bug fixes
4
5
+Don't indent lines after a dedented comment line.
6
7
## 6.1.1 (2022-12-24)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-python",
- "version": "6.1.1",
+ "version": "6.1.2",
"description": "Python language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments