From 12064efe2fc945dd975f7f8190acc3be2306a542 Mon Sep 17 00:00:00 2001 From: drocha87 Date: Wed, 11 Nov 2020 16:52:35 -0300 Subject: [PATCH] Fix readme setup example --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 045481b70..6679d6a1b 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ All modules are disabled by default, so you'll need to activate them by putting this in your `init.vim` file: ```lua +lua < + - [x] [bash](https://github.com/tree-sitter/tree-sitter-bash) (maintained by @TravonteD) - [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @vigoux) - [x] [c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) (maintained by @svermeulen) @@ -327,6 +329,7 @@ located in the `queries/{lang}/*` runtime directories (like the `queries` folder This hybrid approach is the most standard way, and according to that, here is some ideas on how to use is : + - If you want to rewrite (or write) a query, don't use `after/queries`. - If you want to override a part of a query (only one match for example), use the `after/queries` directory.