12 lines
381 B
Scheme
12 lines
381 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
; inherits: c
|
|
|
|
((comment) @injection.content
|
|
(#lua-match? @injection.content "/[*/][!*/]<?[^a-zA-Z]")
|
|
(#set! injection.language "doxygen"))
|
|
|
|
(raw_string_literal
|
|
delimiter: (raw_string_delimiter) @injection.language
|
|
(raw_string_content) @injection.content)
|