mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
10 lines
240 B
Scheme
10 lines
240 B
Scheme
; inherits: c
|
|
|
|
((preproc_arg) @injection.content
|
|
(#set! injection.language "cpp")
|
|
(#set! injection.include-children))
|
|
|
|
(raw_string_literal
|
|
delimiter: (raw_string_delimiter) @injection.language
|
|
(raw_string_content) @injection.content)
|