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 tried using this with the latest emacs version (built today from sources) but got the following error:
Invalid predicate, see ‘treesit-thing-settings’ for valid forms for a predicate: ("Invalid predicate, see `treesit-thing-settings' for valid forms of predicate" ("\\`\\(?:\\(?:bitstruct_declara\\|enum_declara\\|f\\(?:ault_declara\\|unc_defini\\)\\|\\(?:interface\\|macro\\|struct\\|union\\)_declara\\)tion\\)\\'"))
My tree-sitter library version is 0.24.3. I did install language grammar first ofcourse. TS-modes works with other modes (I tried c/c++ and dockerfile). Could be that it occurs for me because I'm using so new emacs, but figured to report this for you anyway.
The text was updated successfully, but these errors were encountered:
I tried using this with the latest emacs version (built today from sources) but got the following error:
Here's how I tried to set it up:
Occurred in a c3 example hello world program.
My tree-sitter library version is 0.24.3. I did install language grammar first ofcourse. TS-modes works with other modes (I tried c/c++ and dockerfile). Could be that it occurs for me because I'm using so new emacs, but figured to report this for you anyway.
The text was updated successfully, but these errors were encountered: