From e5cc569ce9fa968571a8bc4ebee0fbd21837eb46 Mon Sep 17 00:00:00 2001 From: Masanori Ogino <167209+omasanori@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:22:41 +0900 Subject: [PATCH] Restore disabled grammars This change reverts , which disables grammars hosted on sr.ht. The outage of sr.ht on January 2024 had been addressed and its post-mortem was published on their blog. This reverts commit 17dd102e5cccbb2a9a0f0224af63e52f3dab846b. Reference: https://sourcehut.org/blog/2024-01-19-outage-post-mortem/ --- languages.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/languages.toml b/languages.toml index 97ee3e54a1be..c838003d2f52 100644 --- a/languages.toml +++ b/languages.toml @@ -1,8 +1,6 @@ # Language support configuration. # See the languages documentation: https://docs.helix-editor.com/master/languages.html -use-grammars = { except = [ "hare", "wren", "gemini" ] } - [language-server] als = { command = "als" }