Rename proto language to Proto (#18559)

All the other languages are capitalized. Proto should be too.
This commit is contained in:
Peter Tripp 2024-10-01 09:31:03 -04:00 committed by GitHub
parent 6336248c1a
commit 1be24f7739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name = "proto"
name = "Proto"
grammar = "proto"
path_suffixes = ["proto"]
line_comments = ["// "]