j
k
j a
j l
With 3.8 version python get a feature called `Assignment Expressions`. It should be supported by geany's parser. (in `findVariables`)
```py if (match := matcher.match(line)): print(match) ```
Attachments:
Back to the thread
Back to the list