๐Ÿ“ฆ helix-editor / helix

๐Ÿ“„ injections.scm ยท 10 lines
1
2
3
4
5
6
7
8
9
10((comment) @injection.content
  (#set! injection.language "comment"))

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

((shell_fragment) @injection.content
  (#set! injection.language "bash")
  (#set! injection.include-children))