mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
1e7436ca37
commit
df06bfead2
4 changed files with 50 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue