@lezer/python
Advanced tools
Changelog
1.1.5 (2023-04-28)
Fix a bug that caused triple-quoted format strings with quotes in them to be parsed incorrectly.
Changelog
1.1.4 (2023-03-30)
Make sure blocks stop at their final newline, and don't include any following blank lines.
Changelog
1.1.3 (2023-03-13)
Fix parsing of empty tuple expressions.
Allow :=
in subscript index expressions.
Changelog
1.1.2 (2023-02-03)
Fix a bug that caused binary * and ** operators to be highlighted as keywords/modifiers.
Changelog
1.1.1 (2022-10-31)
Add missing highlighting info for match
and case
keywords.
Changelog
0.16.1 (2022-05-24)
Fix a bug that caused f"""
strings to be terminated at the first double quote in their content.
Changelog
0.16.0 (2022-04-20)
Move to 0.16 serialized parser format.
The parser now includes syntax highlighting information in its node types.