aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/jjdescription/injections.scm
blob: 538383a3d7c4fa5de5e5d520a07ef281a98a4454 (plain) (blame)
1
2
3
4
5
6
((comment_content) @injection.content
  (#set! injection.language "comment"))

((rest) @injection.content
  (#lua-match? @injection.content "^diff")
  (#set! injection.language "diff"))