mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat!: change upstream proto parser and improve highlights
This commit is contained in:
parent
4c4d586a05
commit
8968a3a541
4 changed files with 25 additions and 12 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue