summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files 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" },