Nevermind, the author already posted https://invent.kde.org/utilities/kate/-/merge_requests/753


Dominik Haumann <dhaumann@kde.org> schrieb am So., 29. Mai 2022, 09:09:
Hi,

could someone take care of this PR from the github mirror and integrate it possibly in our gitlab?

Best regards
Dominik

---------- Forwarded message ---------
Von: sanao <notifications@github.com>
Date: Sa., 28. Mai 2022, 23:22
Subject: [KDE/kate] More simplier regexp to match different class declarations (PR #4)
To: KDE/kate <kate@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>


Like:

class Philosopher:
class AustralianPhilosopher(Philosopher, default_name):
class Meta():
class MyClass(metaclass=Meta):
class MySubclass(MyClass):

Fix case where AustralianPhilosopher is not detected


You can view, comment on, or merge this pull request online at:

  https://github.com/KDE/kate/pull/4

Commit Summary

  • 9fc364f More simplier regexp to match different class declarations

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <KDE/kate/pull/4@github.com>