Files
oak-gpui/crates/languages/src/python/injections.scm
T
Donnie Adams 08ecaa3931 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>
2025-10-20 14:45:51 +02:00

4 lines
70 B
Scheme

((comment) @injection.content
(#set! injection.language "comment")
)