nvim-treesitter-textobjects
nvim-treesitter-textobjects copied to clipboard
adds assignment support for cpp
The LHS (left hand side) is selecting int and RHS a = 12222.

But it should be LHS selecting a and RHS 12222
Same for inner and outer. Inner should select either LHS or RHS.
I'm not sure whether outer should select the whole statement or just a = 12222 because I think other text object can select a statement already.