mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
10 lines
352 B
Scheme
10 lines
352 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; TODO: add when asm is added
|
|
; (asm_output_item (string) @injection.content
|
|
; (#set! injection.language "asm"))
|
|
; (asm_input_item (string) @injection.content
|
|
; (#set! injection.language "asm"))
|
|
; (asm_clobbers (string) @injection.content
|
|
; (#set! injection.language "asm"))
|