Tags: patch The attached patch makes C-M-a/C-M-e inside a C++ class definition in c++-ts-mode go to the beginning or the end of the class, respectively. I've added it to the base mode because I think it's harmless for C, and it can be convenient if we implement an Obj-C mode based on Tree-sitter. Thanks.