From 23622b49dbb9eace471e036c0f94fc64b5fda951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Mon, 1 Feb 2021 20:17:58 +0100 Subject: [PATCH] minor fix in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e92ffc3b7..1e4015d6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ Each of these `scheme` files contains a *tree-sitter query* for a given purpose. Before going any further, we highly suggest that you [read more about tree-sitter queries](https://tree-sitter.github.io/tree-sitter/using-parsers#pattern-matching-with-queries). Each query has an appropriate name, which is then used by modules to extract data from the syntax tree. -For now two types of queries are used by `nvim-treesitter`: +For now the following types of queries are used by `nvim-treesitter`: - `highlights.scm`: used for syntax highlighting, using the `highlight` module. - `locals.scm`: used to extract keyword definitions, scopes, references, etc, using the `locals` module.