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 Stephan Seitz
parent 1e7436ca37
commit df06bfead2
4 changed files with 50 additions and 0 deletions

View file

@ -693,6 +693,15 @@ list.json5 = {
maintainers = { "@Joakker" },
}
list.pioasm = {
install_info = {
url = "https://github.com/leo60228/tree-sitter-pioasm",
branch = "main",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@leo60228" },
}
local M = {
list = list,
}