9 lines
219 B
Scheme
9 lines
219 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
([
|
|
(bracket_comment)
|
|
(line_comment)
|
|
] @injection.content
|
|
(#set! injection.language "comment"))
|