mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix syntax in comment
This commit is contained in:
parent
901b31f66c
commit
04367f46e6
1 changed files with 2 additions and 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" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue