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>
10 lines
172 B
Scheme
10 lines
172 B
Scheme
((comment) @content
|
|
(#set! injection.language "comment")
|
|
)
|
|
|
|
((scissors) @content
|
|
(#set! "language" "diff"))
|
|
|
|
((rebase_command) @content
|
|
(#set! "language" "git_rebase"))
|