aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/hare
diff options
context:
space:
mode:
authorJ. Brock2023-08-04 14:19:26 +0000
committerGitHub2023-08-04 14:19:26 +0000
commit286e44050d838adcf6ff1b2bdb82653a5420cd45 (patch)
tree047a823bf266ea8ca0ac36423af3abd52472de77 /runtime/queries/hare
parentd5af4ae6b39d7c39b139aaa22cb867b49a38f735 (diff)
Bump the version of Hare's grammar (#7784)
Diffstat (limited to 'runtime/queries/hare')
-rw-r--r--runtime/queries/hare/highlights.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/queries/hare/highlights.scm b/runtime/queries/hare/highlights.scm
index cd3c1d0a..4b973148 100644
--- a/runtime/queries/hare/highlights.scm
+++ b/runtime/queries/hare/highlights.scm
@@ -36,7 +36,10 @@
"break"
] @keyword.control.repeat
-"return" @keyword.control.return
+[
+ "return"
+ "yield"
+] @keyword.control.return
[
"abort"