updated helix grammar exclusions

This commit is contained in:
Moritz Gmeiner 2024-04-05 13:07:42 +02:00
commit 1b4a440527

View file

@ -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]