nvim-treesitter / nvim-treesitter-textobjects

Apache License 2.0
2.2k stars 200 forks source link

Python: augmented assignments #656

Closed simonmandlik closed 3 months ago

simonmandlik commented 3 months ago

This PR adds augmented assignments to python so that expressions like

x += y

are captured as well.