This commit is contained in:
Masanori Ogino 2024-11-20 18:02:09 -06:00 committed by GitHub
commit dc8fd25edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Language support configuration.
# 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]
@ -2134,7 +2134,7 @@ indent = { tab-width = 8, unit = "\t" }
[[grammar]]
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]]
name = "devicetree"