From 64376e2ffbe9ac9d14df7cba747ebc80def361a0 Mon Sep 17 00:00:00 2001 From: ghostbuster91 Date: Mon, 23 Jan 2023 23:44:31 +0100 Subject: [PATCH] docs: Add note about query linter assumptions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cb4446..a87eb6a 100644 --- a/README.md +++ b/README.md @@ -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/`* + ![image](https://user-images.githubusercontent.com/7189118/101246661-06089a00-3715-11eb-9c57-6d6439defbf8.png) ## Show treesitter and syntax highlight groups under the cursor