Re-enable Hare by default (#11507)

pull/12589/head
Michael Davis 2025-01-18 10:48:51 -05:00 committed by GitHub
parent 954c97f2b5
commit 2c09a35ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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]