edit(readme): note about the configuration filetypes

This commit is contained in:
Martin Kunz 2022-03-19 10:14:23 +01:00 committed by Kiyan
parent fd92e70c69
commit 831be7f097

View file

@ -116,6 +116,9 @@ require'nvim-treesitter.configs'.setup {
-- `false` will disable the whole extension
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)
-- list of language that will be disabled
disable = { "c", "rust" },