Fix syntax in comment

This commit is contained in:
Dalembert 2022-04-15 18:35:01 +02:00 committed by Christian Clason
parent 901b31f66c
commit 04367f46e6

View file

@ -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" },