Unnamed repository; edit this file 'description' to name the repository.
Inject the comment grammar into Hare (#11173)
Masanori Ogino 2024-07-15
parent 1bad3b0 · commit 7f77d95
-rw-r--r--runtime/queries/hare/injections.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/hare/injections.scm b/runtime/queries/hare/injections.scm
new file mode 100644
index 00000000..321c90ad
--- /dev/null
+++ b/runtime/queries/hare/injections.scm
@@ -0,0 +1,2 @@
+((comment) @injection.content
+ (#set! injection.language "comment"))