mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
* add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github>
10 lines
223 B
Scheme
10 lines
223 B
Scheme
[ (line_comment) (block_comment) ] @comment
|
|
|
|
((code_block
|
|
(code_block_language) @_language
|
|
(code_block_body) @c)
|
|
(#eq? @_language "c-sdk"))
|
|
|
|
(code_block
|
|
(code_block_language) @language
|
|
(code_block_body) @content)
|