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 52640ae commit 34dbda2Copy full SHA for 34dbda2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.2.0 (2025-04-25)
2
+
3
+### Bug fixes
4
5
+Add an indentation rule for member expressions.
6
7
+### New features
8
9
+Allow multi-line strings to be code-folded.
10
11
## 6.1.7 (2025-01-18)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-python",
- "version": "6.1.7",
+ "version": "6.2.0",
"description": "Python language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments