aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/erlang/injections.scm
blob: 11cbd01e3c0bbdfa1e9ca8b85cee3bcc47e611ea (plain) (blame)
1
2
3
4
5
6
7
((line_comment (comment_content) @injection.content)
 (#set! injection.language "edoc")
 (#set! injection.include-children)
 (#set! injection.combined))

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