Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,9 @@
[submodule "vendor/grammars/textmate.tmbundle"]
path = vendor/grammars/textmate.tmbundle
url = https://github.com/textmate/textmate.tmbundle
[submodule "vendor/grammars/textproto-grammar"]
path = vendor/grammars/textproto-grammar
url = https://github.com/thejustinwalsh/textproto-grammar.git
[submodule "vendor/grammars/thrift.tmbundle"]
path = vendor/grammars/thrift.tmbundle
url = https://github.com/textmate/thrift.tmbundle
Expand Down
3 changes: 3 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,9 @@ vendor/grammars/textmate.tmbundle:
- source.regexp.oniguruma
- source.tm-properties
- textmate.format-string
vendor/grammars/textproto-grammar:
- markdown.textproto.codeblock
- source.textproto
vendor/grammars/thrift.tmbundle:
- source.thrift
vendor/grammars/toml.tmbundle:
Expand Down
11 changes: 11 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4673,6 +4673,17 @@ Protocol Buffer:
codemirror_mode: protobuf
codemirror_mime_type: text/x-protobuf
language_id: 297
Protocol Buffer Text Format:
type: data
aliases:
- text proto
- protobuf text format
extensions:
- ".textproto"
- ".pbtxt"
tm_scope: none
ace_mode: text
language_id: 436568854
Public Key:
type: data
extensions:
Expand Down
Loading