From 04367f46e6205f21cd0627d38edfeb38e593897a Mon Sep 17 00:00:00 2001 From: Dalembert Date: Fri, 15 Apr 2022 18:35:01 +0200 Subject: Fix syntax in comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df159b79..40aba79c 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ require'nvim-treesitter.configs'.setup { enable = true, -- NOTE: these are the names of the parsers and not the filetype. (for example if you want to - disable highlighting for the `tex` filetype, you need to include `latex` in this list as this is - the name of the parser) + -- disable highlighting for the `tex` filetype, you need to include `latex` in this list as this is + -- the name of the parser) -- list of language that will be disabled disable = { "c", "rust" }, -- cgit v1.2.3