Re-enable Hare by default

This commit is contained in:
Michael Davis 2024-08-16 17:01:52 -04:00
parent ff33b07756
commit fa61cd6205
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]