Switch to omasanori/tree-sitter-hare temporarily

After the grammar becomes up-to-date and all patches are upstreamed,
this change shall be reverted.
pull/11221/head
Masanori Ogino 4 months ago
parent b927985cd0
commit 8cbdfdcfb7

@ -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]
@ -2055,7 +2055,7 @@ indent = { tab-width = 8, unit = "\t" }
[[grammar]] [[grammar]]
name = "hare" name = "hare"
source = { git = "https://git.sr.ht/~ecs/tree-sitter-hare", rev = "07035a248943575444aa0b893ffe306e1444c0ab" } source = { git = "https://github.com/omasanori/tree-sitter-hare", rev = "4af5d82cf9ec39f67cb1db5b7a9269d337406592" }
[[language]] [[language]]
name = "devicetree" name = "devicetree"

Loading…
Cancel
Save