| Summary: | c syntax fails to color constant after ~ | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Jan Pohland <pohland> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | All | ||
| Latest Commit: | https://commits.kde.org/syntax-highlighting/ea5a88d1df2881f2ea60d850713aab8a59a5c4d5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jan Pohland
2018-12-11 13:08:13 UTC
More issues are things like 0x1.5p+2 We should reuse the isocpp code. Git commit ea5a88d1df2881f2ea60d850713aab8a59a5c4d5 by Christoph Cullmann. Committed on 12/12/2018 at 09:44. Pushed by cullmann into branch 'master'. improve highlighting of complex numbers Summary: CHANGELOG: support more variants of C number literals Test Plan: adapted unit tests to cover problematic cases Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D17530 M +2 -2 autotests/folding/test.c.fold M +5 -5 autotests/html/test.c.html M +2 -2 autotests/input/test.c M +5 -5 autotests/reference/test.c.ref M +50 -28 data/syntax/c.xml https://commits.kde.org/syntax-highlighting/ea5a88d1df2881f2ea60d850713aab8a59a5c4d5 Should be fixed, merged it back to the AbsInt mirror, too ;=) works fine, thanks! |