From c1c18e3132a58aaecc4d11f73341177a97677a16 Mon Sep 17 00:00:00 2001 From: Masanori Ogino <167209+omasanori@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:54:11 +0900 Subject: [PATCH] Update hare grammer location https://git.sr.ht/~ecmma/tree-sitter-hare has not been updated for 1.5 years. https://git.sr.ht/~ecs/tree-sitter-hare is up-to-date and linked from the official documentation. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 0cd4939921dc8..151284e3dbcfc 100644 --- a/languages.toml +++ b/languages.toml @@ -2055,7 +2055,7 @@ indent = { tab-width = 8, unit = "\t" } [[grammar]] name = "hare" -source = { git = "https://git.sr.ht/~ecmma/tree-sitter-hare", rev = "2495958aaf3f93581c87ec020164255e80655331" } +source = { git = "https://git.sr.ht/~ecs/tree-sitter-hare", rev = "07035a248943575444aa0b893ffe306e1444c0ab" } [[language]] name = "devicetree"