Unnamed repository; edit this file 'description' to name the repository.
Revert "Re-enable Hare by default (#11507)"
This reverts commit 2c09a35ccf28b2e69402c094c396960b86e73ec8. Temporarily reverting this to unblock any builds during SourceHut's ongoing DDoS: <https://status.sr.ht/issues/2025-01-23-git.sr.ht-ddos/>
Michael Davis 2025-01-24
parent d4ade40 · commit 151caea
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index c4d8bbd8..82b57d23 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 = [ "wren", "gemini" ] }
+use-grammars = { except = [ "hare", "wren", "gemini" ] }
[language-server]