Yoav Marco writes: > I could try to make a self-updating repo or something with CI - > https://github.com/meain/evil-textobj-tree-sitter for example pulls > highlights.scm changes from nvim's repo weeky. Just wanted to give a heads up that neovim has non standard items in their queries. For example you will find things like `vim-match` and `lua-match` in the queries. https://github.com/nvim-treesitter/nvim-treesitter/blob/989c75046c46d2ed96bb65c5badd6b8f785e7f09/queries/go/highlights.scm#L19 I ran into similar issues in the meain/evil-textobj-tree-sitter and had to write scritps to convert them to something that works in emacs. ref: https://github.com/meain/evil-textobj-tree-sitter/issues/33