Skip to content

Commit e4736fc

Browse files
authored
feat: Add support for zed-comment (#203)
This pull request adds support for TODO comments via [`zed-comment`](https://github.com/thedadams/zed-comment). <img width="1684" height="1410" alt="CleanShot 2025-11-08 at 01 53 14@2x" src="https://github.com/user-attachments/assets/22a96e51-6c84-4d6a-8cea-da8dd5f8444c" /> Feel free to close if you prefer to not have this in the Ruby extension, thank you!
1 parent e599fa5 commit e4736fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

languages/ruby/injections.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
((regex
77
(string_content) @content)
88
(#set! "language" "regex"))
9+
10+
((comment) @content
11+
(#set! injection.language "comment"))

0 commit comments

Comments
 (0)