feat(proto): add parser

Related to #2307.
This commit is contained in:
francisco souza 2022-04-26 15:36:26 -04:00 committed by Stephan Seitz
parent 9fdd6765fc
commit 1d5e4f3aa1
3 changed files with 77 additions and 0 deletions

View file

@ -1050,6 +1050,16 @@ list.m68k = {
filetype = "asm68k",
}
list.proto = {
install_info = {
url = "https://github.com/mitchellh/tree-sitter-proto",
branch = "main",
files = { "src/parser.c" },
},
maintainers = { "@fsouza" },
filetype = "proto",
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,