From 7f77d95c795a91f0c2b584c6f2f0d223d59b9c25 Mon Sep 17 00:00:00 2001 From: Masanori Ogino <167209+omasanori@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:28:23 +0900 Subject: [PATCH] Inject the comment grammar into Hare (#11173) --- runtime/queries/hare/injections.scm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/queries/hare/injections.scm diff --git a/runtime/queries/hare/injections.scm b/runtime/queries/hare/injections.scm new file mode 100644 index 000000000..321c90add --- /dev/null +++ b/runtime/queries/hare/injections.scm @@ -0,0 +1,2 @@ +((comment) @injection.content + (#set! injection.language "comment"))