nvim-treesitter/queries/pioasm/injections.scm
leo60228 df06bfead2 Add tree-sitter-pioasm with highlights and injections (#1759)
* 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>
2021-09-17 21:06:36 +02:00

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)