diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" }, |
