Reapply "Re-enable Hare by default (#11507)"

This reverts commit 151caeacc6.
This commit is contained in:
Michael Davis 2025-02-10 15:51:50 -05:00
parent a03becf021
commit 5e2501da30
No known key found for this signature in database

View file

@ -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 = [ "wren", "gemini" ] }
[language-server]