From 90575e4eb220c9f6630c1c72f0cc1b0f8a8f7197 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 17 May 2023 15:59:18 +0100 Subject: [PATCH] Disable treesitter highlight in FORTRAN due to F77 issue --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 530557b..1635b5a 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -21,6 +21,7 @@ return { auto_install = true, highlight = { enable = true, + disable = { "fortran" }, additional_vim_regex_highlighting = false, }, incremental_selection = {