https://bugs.kde.org/show_bug.cgi?id=495823
Christoph Cullmann <christ...@cullmann.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/syntax-highlighting/ |eworks/syntax-highlighting/ |-/commit/82049fcfebdcc9e560 |-/commit/841bfb53e2f8356da5 |149ff2cbe54448b3b284ea |ebd73b71bbb51fe12a0e98 --- Comment #3 from Christoph Cullmann <christ...@cullmann.dev> --- Git commit 841bfb53e2f8356da5ebd73b71bbb51fe12a0e98 by Christoph Cullmann, on behalf of Jonathan Poelen. Committed on 24/05/2025 at 16:19. Pushed by cullmann into branch 'master'. Ruby: fix operator after method call (expected unary operator or expression) ```rb foo.bar /regex/ "abc".match /regex/ # ^ not an operator foo.bar/10 "abc".length/10 # ^ operator (not preceded by space) ``` M +6 -1 autotests/folding/highlight.rb.fold M +6 -1 autotests/html/highlight.rb.dark.html M +6 -1 autotests/html/highlight.rb.html M +6 -1 autotests/input/highlight.rb M +6 -1 autotests/reference/highlight.rb.ref M +26 -2 data/syntax/ruby.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/841bfb53e2f8356da5ebd73b71bbb51fe12a0e98 -- You are receiving this mail because: You are watching all bug changes.