https://bugs.kde.org/show_bug.cgi?id=414996
Nibaldo G. <nibg...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.66.0 Latest Commit| |https://commits.kde.org/syn | |tax-highlighting/8ca7064781 | |a328b33b2cd79668e876719f1cc | |762 --- Comment #2 from Nibaldo G. <nibg...@gmail.com> --- Git commit 8ca7064781a328b33b2cd79668e876719f1cc762 by Nibaldo González. Committed on 13/12/2019 at 02:22. Pushed by ngonzalez into branch 'master'. Python: improve numbers, add octals, binaries and "breakpoint" keyword Summary: FIXED-IN: 5.66.0 **Changes:** * Improve number detection with underscores. Add binaries and octales. (I took the regular expressions from the TypeScript highlighting file and adapted them to Python). See: https://www.python.org/dev/peps/pep-0515/ * Add keyword "breakpoint" introduced in Python 3.7: https://www.python.org/dev/peps/pep-0553/ Reviewers: #framework_syntax_highlighting, dhaumann, cullmann Reviewed By: #framework_syntax_highlighting, dhaumann Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D25869 M +32 -0 autotests/folding/test.py.fold M +36 -4 autotests/html/test.py.html M +32 -0 autotests/input/test.py M +36 -4 autotests/reference/test.py.ref M +21 -16 data/syntax/python.xml https://commits.kde.org/syntax-highlighting/8ca7064781a328b33b2cd79668e876719f1cc762 -- You are receiving this mail because: You are watching all bug changes.