Disable treesitter for fortran files
This commit is contained in:
parent
c10372c6e7
commit
f6755e04c4
|
@ -3,6 +3,6 @@ require 'nvim-treesitter.configs'.setup {
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
disable = { 'help' },
|
disable = { 'help', 'fortran' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue