-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Zig-mode mistaking function calls as variables #107
Comments
Are you using |
@jcs090218 Yes I am. I'm on Windows and it was the easiest way to get tree-sitter up and working as I'm on Windows. I've tried downloading grammars and wasn't able to find the DLL's despite "tree-sitter generate" running without error and tree-sitter test |
Could a recent commit of tree-sitter-langs cause it? See emacs-tree-sitter/tree-sitter-langs#688. 🤔 |
The solution was to disable tree-sitter. Zig-mode by its-self seems to work well. So I guess I'll have to just edit my init.el file to disable tree-sitter for zig files. |
After installing the latest version of Zig-mode for Emacs 29.4, it appears many things are being mistaken for variables, such as methods and non-method function calls. Not sure if this is expected.
The text was updated successfully, but these errors were encountered: