Tree-sitter queries
directory not in runtimepath
?
#53
-
Hello, I've been trying to add custom Tree-sitter directives by creating a The idea behind the plugin is to support multiple languages for a file type, i.e. Could this be because the I've been messing around the whole day without luck. Any ideas? https://neovim.io/doc/user/treesitter.html#treesitter-query Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey 👋 Try adding ;; extends to the top of your query file. |
Beta Was this translation helpful? Give feedback.
Hey 👋
Try adding
;; extends
to the top of your query file.