mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
parent
9fdd6765fc
commit
1d5e4f3aa1
3 changed files with 77 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue