diff --git a/README.md b/README.md index df159b796..40aba79cb 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" },