mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Bump the version of Hare's grammar (#7784)
This commit is contained in:
parent
d5af4ae6b3
commit
286e44050d
@ -1724,7 +1724,7 @@ indent = { tab-width = 8, unit = "\t" }
|
||||
|
||||
[[grammar]]
|
||||
name = "hare"
|
||||
source = { git = "https://git.sr.ht/~ecmma/tree-sitter-hare", rev = "bc26a6a949f2e0d98b7bfc437d459b250900a165" }
|
||||
source = { git = "https://git.sr.ht/~ecmma/tree-sitter-hare", rev = "2495958aaf3f93581c87ec020164255e80655331" }
|
||||
|
||||
[[language]]
|
||||
name = "devicetree"
|
||||
|
@ -36,7 +36,10 @@
|
||||
"break"
|
||||
] @keyword.control.repeat
|
||||
|
||||
"return" @keyword.control.return
|
||||
[
|
||||
"return"
|
||||
"yield"
|
||||
] @keyword.control.return
|
||||
|
||||
[
|
||||
"abort"
|
||||
|
Loading…
Reference in New Issue
Block a user