mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat(textproto): Add Textproto parser and queries (#5402)
* Add textproto parser and queries * remove extra newline * Apply suggestions from code review Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
f9034812d8
commit
b4f6dd7298
7 changed files with 43 additions and 0 deletions
|
|
@ -1707,6 +1707,14 @@ list.terraform = {
|
|||
maintainers = { "@MichaHoffmann" },
|
||||
}
|
||||
|
||||
list.textproto = {
|
||||
install_info = {
|
||||
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Porter" },
|
||||
}
|
||||
|
||||
list.thrift = {
|
||||
install_info = {
|
||||
url = "https://github.com/duskmoon314/tree-sitter-thrift",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue