With 3.8 version python get a feature called Assignment Expressions
. It should be supported by geany's parser. (in findVariables
)
if (match := matcher.match(line)):
print(match)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.