@codemirror/lang-python
Advanced tools
Changelog
6.0.1 (2022-07-21)
Fix (non-)auto indentation in template strings and comments.
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.2 (2021-08-11)
Make sure that indenting an else/elif/except/finally that's indented too deep moves it back up.