Skip to content

Commit

Permalink
enh(protobuf) adds proto alias for Protobuf (#3740)
Browse files Browse the repository at this point in the history
* enh(protobuf) adds `proto` extension
  • Loading branch information
dimitropoulos committed Mar 21, 2023
1 parent 77a8e5c commit 0b87d60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New Grammars:

Grammars:

- enh(protobuf) add `proto` alias for Protobuf [dimitropoulos][]
- enh(sqf) latest changes in Arma 3 v2.11 [Leopard20][]
- enh(js/ts) Added support for GraphQL tagged template strings [Ali Ukani][]
- enh(javascript) add sessionStorage to list of built-in variables [Jeroen van Vianen][]
Expand Down
2 changes: 1 addition & 1 deletion SUPPORTED_LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| Processing | processing | |
| Prolog | prolog | |
| Properties | properties | |
| Protocol Buffers | protobuf | |
| Protocol Buffers | proto, protobuf | |
| Puppet | puppet, pp | |
| Python | python, py, gyp | |
| Python profiler results | profile | |
Expand Down
1 change: 1 addition & 0 deletions src/languages/protobuf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default function(hljs) {

return {
name: 'Protocol Buffers',
aliases: ['proto'],
keywords: {
keyword: KEYWORDS,
type: TYPES,
Expand Down

0 comments on commit 0b87d60

Please sign in to comment.