aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorleo60228 <leo@60228.dev>2021-08-29 13:10:15 -0400
committerGitHub <noreply@github.com>2021-08-29 12:10:15 -0500
commit93f415029db18bda8b527754d048cc5f5063df53 (patch)
tree51470f08d54377f6286131ad3a7871770cc98098 /lua
parentupdate scala highlights (#1760) (diff)
downloadnvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar.gz
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar.bz2
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar.lz
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar.xz
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.tar.zst
nvim-treesitter-93f415029db18bda8b527754d048cc5f5063df53.zip
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>
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index dc993265e..7b9d28b1f 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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,
}