-
Notifications
You must be signed in to change notification settings - Fork 47
Query editor not working? #88
Comments
Hi! It works for me... Can you execute |
filetype is |
make sure that you have the query parser installed @joshfrench |
Same issue here too. |
Much like #51 (comment), the issue just magically resolved itself for me as well. I did poke some related config slightly, but I wasn't specifcally attempting to fix the issue. In particular:
TL;DRI think The general syntax highlighting (outside of playground) issue I saw might be related? If you're still struggling with this issue I definitely recommend setting |
I just spent 30mn trying to understand why this didn't work when the solution was as simple as installing the "query" grammar: let's add it to requirements https://github.com/nvim-treesitter/playground#requirements . I've fixed the nix package so that installing playground installs the "query" grammar as well. |
I just spent too much time trying to understand why the query editor woudn't work when the solution was just to install the query grammar, see nvim-treesitter/playground#88 (comment)
I use Packer. Removing |
also note that in neovim master's you can now do |
The query editor doesn't seem to highlight anything:
I did see this other issue, which suggested making sure the
query
grammar is installed, but I've already done that. Any other ideas?Thanks!
The text was updated successfully, but these errors were encountered: