From 1b4a44052789793f1c71e4f30f8147e95360c55d Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 5 Apr 2024 13:07:42 +0200 Subject: [PATCH] updated helix grammar exclusions --- .../helix/0001-remove-d-and-rescript-grammars.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/app-editors/helix/0001-remove-d-and-rescript-grammars.patch 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] +