We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this far but i still cant run it.
(tree-sitter-hl-mode) results in: tree-sitter--setup: No language registered for major mode ‘emacs-lisp-mode’
(tree-sitter-hl-mode)
tree-sitter--setup: No language registered for major mode ‘emacs-lisp-mode’
(use-package tree-sitter :straight t :hook ((emacs-lisp-mode . tree-sitter-mode) (emacs-lisp-mode . tree-sitter-hl-mode))) (use-package tree-sitter-langs :straight t :after tree-sitter) (use-package tree-sitter-elisp :straight (tree-sitter-elisp :host github :repo "Wilfred/tree-sitter-elisp" :files ("*.el" "*.c" "*.so" "*.dylib" "*.dll")) :after (tree-sitter tree-sitter-langs) :config (add-to-list 'tree-sitter-major-mode-language-alist '(emacs-lisp-mode . emacs-lisp)) (add-hook 'emacs-lisp-mode-hook #'tree-sitter-mode) (add-hook 'emacs-lisp-mode-hook #'tree-sitter-hl-mode))
The text was updated successfully, but these errors were encountered:
Did you figure out how?
Sorry, something went wrong.
nope sorry @nvimtor but i guess, since this feature is under active development from the core team, some changes are to be expected.
No branches or pull requests
I got this far but i still cant run it.
(tree-sitter-hl-mode)
results in:tree-sitter--setup: No language registered for major mode ‘emacs-lisp-mode’
The text was updated successfully, but these errors were encountered: