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>
This commit is contained in:
leo60228 2021-08-29 13:10:15 -04:00 committed by GitHub
parent a90e5f4c5f
commit 93f415029d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[ (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)