@codemirror/lang-python
Advanced tools
Changelog
6.0.2 (2022-09-22)
Allow prefixed strings to be closed by closeBrackets
.
Changelog
6.0.1 (2022-07-21)
Fix (non-)auto indentation in template strings and comments.
Changelog
6.0.0 (2022-06-08)
Update dependencies to 6.0.0
Changelog
0.20.0 (2022-04-20)
Add folding information for set and tuple expressions.
Changelog
0.19.5 (2022-04-06)
Make sure * and ** modifiers are highlighted as such, add modifier tag for FormatSpec nodes.
Changelog
0.19.4 (2022-01-26)
Fix issue where folding body nodes folded away the newline after the body.
Changelog
0.19.3 (2022-01-20)
Fix the way block bodies are folded.
Changelog
0.19.2 (2021-08-11)
Make sure that indenting an else/elif/except/finally that's indented too deep moves it back up.
Changelog
0.19.1 (2021-08-11)
Fix incorrect versions for @lezer dependencies.