nvim-treesitter/queries/pioasm/injections.scm
leo60228 93f415029d
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-08-29 12:10:15 -05: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)