You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Emacs 29.1 and have installed tree-sitter libs for txs, typescript. and javascript. When I load a buffer and try to run a ts-fold command (e.g. ts-fold-toggle) I get an error:
Ignored, tree-sitter-mode is not enabled in the current buffer
However, if I check to see if I'm running a tree sitter mode by doing C-: and evaluating (symbol-name major-mode), I get typescript-ts-mode.
I am not sure what may be going on here. Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I assumed you are using the built-in treesit.el (which came with Emacs 29.1). This package only supports the external tree-sitter.el, so you will need to install and enable that package. For the built-in treesit.el support, please follow this issue #48.
I am on Emacs 29.1 and have installed tree-sitter libs for txs, typescript. and javascript. When I load a buffer and try to run a
ts-fold
command (e.g.ts-fold-toggle
) I get an error:However, if I check to see if I'm running a tree sitter mode by doing
C-:
and evaluating(symbol-name major-mode)
, I gettypescript-ts-mode
.I am not sure what may be going on here. Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: