Bump the version of Hare's grammar (#7784)

pull/7837/head
J. Brock 11 months ago committed by GitHub
parent d5af4ae6b3
commit 286e44050d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save