10000
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 4fc7033 commit 8a085d9Copy full SHA for 8a085d9
src/python.ts
@@ -51,7 +51,7 @@ export const pythonLanguage = LRLanguage.define({
51
}
52
}),
53
foldNodeProp.add({
54
- "ArrayExpression DictionaryExpression": foldInside,
+ "ArrayExpression DictionaryExpression SetExpression TupleExpression": foldInside,
55
Body: (node, state) => ({from: node.from + 1, to: node.to - (node.to == state.doc.length ? 0 : 1)})
56
})
57
],
0 commit comments