From 93f415029db18bda8b527754d048cc5f5063df53 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Sun, 29 Aug 2021 13:10:15 -0400 Subject: 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 --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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, } -- cgit v1.2.3-70-g09d2