I'm using emacs-plus and I had treesitter priorly installed. Other modes like python-ts-mode work fine. However, c++-ts-mode is void and does not exist as a variable. In addition, when I call c++-mode interactively, it is not available (but it is set as the major-mode in *.cpp buffers).
Has anyone experienced this issue and knows of a fix?
C-h fto check the defintion. Paste something from the resulting buffer into your question.c++-ts-mode is an autoloaded interactive Lisp function in ‘c-ts-mode.el’for the first andc++-mode is an autoloaded interactive subr-native-elisp in ‘cc-mode.el’.for the second. So something is screwy with your setup. What version of Emacs are you running?c++-ts-modenot existing andc++-modenot being available interactively are the two most prominent. It's on a M1 Pro Macbook.M-x emacs-versionand add it to your question.