| Summary: | wrong PHP syntax highlight | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | php4fan |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, walter.von.entferndt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/syntax-highlighting/commit/773cfb8a0d09b3ddfac79e4ed721f66df5668e20 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
php4fan
2020-11-25 17:00:05 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/165 Git commit 773cfb8a0d09b3ddfac79e4ed721f66df5668e20 by Jonathan Poelen. Committed on 07/02/2021 at 20:48. Pushed by cullmann into branch 'master'. PHP: fix string, number and folding region ; refactor styles - new styles: Symbol, Operator, Scope Resolution, Error Control Operator, Cast, Heredoc, Nowdoc - remove hard colors - fix folding region of alternate block / ternary - fix variable expansion in string and heredoc - fix '_' in a number - add missing keywords (yield from, parent, self, ...) - add some functions / constants M +177 -37 autotests/folding/highlight.php.fold M +158 -18 autotests/html/highlight.php.dark.html M +158 -18 autotests/html/highlight.php.html M +2 -2 autotests/html/test.css.dark.html M +2 -2 autotests/html/test.css.html M +141 -1 autotests/input/highlight.php M +153 -13 autotests/reference/highlight.php.ref M +2 -2 autotests/reference/test.css.ref M +4 -4 autotests/reference/test.markdown.ref M +356 -176 data/syntax/php.xml https://invent.kde.org/frameworks/syntax-highlighting/commit/773cfb8a0d09b3ddfac79e4ed721f66df5668e20 |