mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
11 lines
408 B
Scheme
11 lines
408 B
Scheme
((preproc_arg) @injection.content
|
|
(#set! injection.language "c"))
|
|
|
|
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; TODO: add when asm is added
|
|
; (gnu_asm_expression assembly_code: (string_literal) @injection.content
|
|
; (#set! injection.language "asm"))
|
|
; (gnu_asm_expression assembly_code: (concatenated_string (string_literal) @injection.content)
|
|
; (#set! injection.language "asm"))
|