feat!: change upstream proto parser and improve highlights

This commit is contained in:
Trey Wood 2023-08-02 11:54:53 -06:00 committed by GitHub
parent 4c4d586a05
commit 8968a3a541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 12 deletions

View file

@ -1198,10 +1198,10 @@ list.promql = {
list.proto = {
install_info = {
url = "https://github.com/mitchellh/tree-sitter-proto",
url = "https://github.com/treywood/tree-sitter-proto",
files = { "src/parser.c" },
},
maintainers = { "@fsouza" },
maintainers = { "@treywood" },
}
list.prql = {