emacs-php / php-ts-mode

A Tree-sitter based major mode for editing PHP codes
GNU General Public License v3.0
20 stars 8 forks source link

Error loading autoloads: (void-variable treesit-language-source-alist) #58

Closed piotrkwiecinski closed 8 months ago

piotrkwiecinski commented 8 months ago

It's present in CI and when I run tests on local.

I think it's caused by:

;;;###autoload
(add-to-list 'treesit-language-source-alist
             '(php "https://github.com/tree-sitter/tree-sitter-php" "master" "php/src"))

https://github.com/emacs-php/php-ts-mode/blob/master/php-ts-mode.el#L356-L359

zonuexe commented 8 months ago

@piotrkwiecinski Thank you for your reporting. If the problem is not fixed, please reopen this issue.