mirror of https://github.com/helix-editor/helix
Revert "Re-enable Hare by default (#11507)"
This reverts commit 2c09a35ccf
.
Temporarily reverting this to unblock any builds during SourceHut's
ongoing DDoS: <https://status.sr.ht/issues/2025-01-23-git.sr.ht-ddos/>
pull/12656/head
parent
d4ade40983
commit
151caeacc6
|
@ -1,7 +1,7 @@
|
||||||
# Language support configuration.
|
# Language support configuration.
|
||||||
# See the languages documentation: https://docs.helix-editor.com/master/languages.html
|
# 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]
|
[language-server]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue