Disable treesitter highlight in FORTRAN due to F77 issue

This commit is contained in:
Evie Litherland-Smith 2023-05-17 15:59:18 +01:00
parent 84db975993
commit 90575e4eb2

View file

@ -21,6 +21,7 @@ return {
auto_install = true, auto_install = true,
highlight = { highlight = {
enable = true, enable = true,
disable = { "fortran" },
additional_vim_regex_highlighting = false, additional_vim_regex_highlighting = false,
}, },
incremental_selection = { incremental_selection = {