Add comment language injection for supported languages (#39884)
Release Notes: - Added comment language injections for builtin languages. This enables highlighting of `TODO`s and similar notes with the comment extension installed. Signed-off-by: Donnie Adams <donnie@thedadams.com>
This commit is contained in:
3
crates/languages/src/python/injections.scm
Normal file
3
crates/languages/src/python/injections.scm
Normal file
@@ -0,0 +1,3 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment")
|
||||
)
|
||||
Reference in New Issue
Block a user