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.