Skip to content

Commit

Permalink
Update Hare grammar and enable it by default
Browse files Browse the repository at this point in the history
<helix-editor#9316> disables grammars
hosted at <https://git.sr.ht/>. This change enables Hare's grammar by
using tree-sitter's one.
  • Loading branch information
omasanori authored and Masanori Ogino committed Jul 11, 2024
1 parent 9d75385 commit 769d44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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://github.com/tree-sitter-grammars/tree-sitter-hare", rev = "4af5d82cf9ec39f67cb1db5b7a9269d337406592" }

[[language]]
name = "devicetree"
Expand Down

0 comments on commit 769d44a

Please sign in to comment.