https://bugs.kde.org/show_bug.cgi?id=429651
Jonathan Poelen <jonathan.poe...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/syntax-highlighting/ | |commit/773cfb8a0d09b3ddfac7 | |9e4ed721f66df5668e20 --- Comment #2 from Jonathan Poelen <jonathan.poe...@gmail.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.