Update Hare grammar (#11130)

This change uses <https://git.sr.ht/~ecs/tree-sitter-hare/> that is
up-to-date and linked from the official documentation.
This commit is contained in:
Masanori Ogino 2024-07-14 02:58:22 +09:00 committed by GitHub
parent b0f3fe7556
commit ec0bdb3976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 44 deletions

View file

@ -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"