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 b92fa79 commit 10c7a43Copy full SHA for 10c7a43
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.20.0 (2022-04-20)
2
+
3
+### Bug fixes
4
5
+Add folding information for set and tuple expressions.
6
7
## 0.19.5 (2022-04-06)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-python",
- "version": "0.19.5",
+ "version": "0.20.0",
"description": "Python language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
@@ -26,7 +26,7 @@
26
"sideEffects": false,
27
"license": "MIT",
28
"dependencies": {
29
- "@codemirror/language": "^0.19.0",
+ "@codemirror/language": "^0.20.0",
30
"@lezer/python": "^0.16.0"
31
},
32
"devDependencies": {
0 commit comments