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,
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = { "fortran" },
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
incremental_selection = {
|
||||
|
|
Loading…
Reference in a new issue