Merge pull request #113 from ghostbuster91/note-linter

Add note about query linter assumptions
master
Stephan Seitz 1 year ago committed by GitHub
commit c19bcfd6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,6 +89,8 @@ require "nvim-treesitter.configs".setup {
}
```
*Note: Query linter assumes certain directory structure to identify which language queries belong to. It expect query files to be under `./queries/<language_name>`*
![image](https://user-images.githubusercontent.com/7189118/101246661-06089a00-3715-11eb-9c57-6d6439defbf8.png)
## Show treesitter and syntax highlight groups under the cursor

Loading…
Cancel
Save