diff --git a/patches/app-editors/helix/0001-remove-d-and-rescript-grammars.patch b/patches/app-editors/helix/0001-remove-d-and-rescript-grammars.patch new file mode 100644 index 0000000..bac788a --- /dev/null +++ b/patches/app-editors/helix/0001-remove-d-and-rescript-grammars.patch @@ -0,0 +1,13 @@ +diff --git a/languages.toml b/languages.toml +index a5764420..2f395cf4 100644 +--- a/languages.toml ++++ b/languages.toml +@@ -1,7 +1,7 @@ + # Language support configuration. + # See the languages documentation: https://docs.helix-editor.com/master/languages.html + +-use-grammars = { except = [ "hare", "wren", "gemini" ] } ++use-grammars = { except = [ "hare", "wren", "gemini", "d", "rescript" ] } + + [language-server] +