From 8621a9fa8fb51386e017bf942fedb5c960a2dc16 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Sat, 8 Nov 2025 01:53:41 +0100 Subject: [PATCH] feat: Add support for `zed-comment` https://github.com/thedadams/zed-comment --- languages/ruby/injections.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/languages/ruby/injections.scm b/languages/ruby/injections.scm index 3ad8143..b7f5d4c 100644 --- a/languages/ruby/injections.scm +++ b/languages/ruby/injections.scm @@ -6,3 +6,6 @@ ((regex (string_content) @content) (#set! "language" "regex")) + +((comment) @content + (#set! injection.language "comment"))