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
Can the version of the grammar be fixed according to the version of emacs?
Because each installation is the latest version, but emacs treesit does not support that version, causing an error:
(treesit-query-error "Node type error at" 150 "(function_declaration name: (identifier) @font-lock-function-name-face)
Or is it possible to set the version simply?
The text was updated successfully, but these errors were encountered:
I imagine this might vary for each grammar. Would the :revision keyword for a recipe, assuming that your grammar's repo has version number tags, do the trick?
Maintaining an association list (alist) for Emacs versions could be a solution to manage different versions of grammar supported by tree-sit. This alist would map Emacs versions to the compatible tree-sit grammar versions, allowing for more precise control over which version is installed and used.
Can the version of the grammar be fixed according to the version of emacs?
Because each installation is the latest version, but emacs treesit does not support that version, causing an error:
Or is it possible to set the version simply?
The text was updated successfully, but these errors were encountered: