mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Re-enable Hare by default (#11507)
This commit is contained in:
parent
954c97f2b5
commit
2c09a35ccf
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ "hare", "wren", "gemini" ] }
|
use-grammars = { except = [ "wren", "gemini" ] }
|
||||||
|
|
||||||
[language-server]
|
[language-server]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue