Disable treesitter highlight in FORTRAN due to F77 issue
This commit is contained in:
parent
84db975993
commit
90575e4eb2
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue