mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
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:
parent
a90e5f4c5f
commit
93f415029d
4 changed files with 50 additions and 0 deletions
10
queries/pioasm/injections.scm
Normal file
10
queries/pioasm/injections.scm
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue