diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" }, |
