@codemirror/lang-python
Advanced tools
Changelog
0.19.1 (2021-08-11)
Fix incorrect versions for @lezer dependencies.
Changelog
0.19.0 (2021-08-11)
Improve indentation for dictionaries, arrays, and tuples. Fix delimitedIndent calls
Indentation on deindented blank lines after a block will no longer return to the block's indentation level.
Changelog
0.18.1 (2021-07-20)
Fix highlighting of property names. Improve indentation support
Don't deindent when pressing enter at the end of the document.
Properly indent else/elif/except syntax.
Changelog
0.18.0 (2021-03-03)
Update dependencies to 0.18.
Changelog
0.17.2 (2021-01-12)
Improves the highlighting specificity for names of function and class definitions.
Changelog
0.17.1 (2021-01-06)
The package now also exports a CommonJS module.