Skip to content

Commit

Permalink
add Protocol Buffer mode
Browse files Browse the repository at this point in the history
Closes #1358
  • Loading branch information
mfix22 committed Apr 2, 2022
1 parent da583e5 commit 782e368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,10 @@ export const LANGUAGES = [
mode: 'powershell',
highlight: true,
},
{
name: 'Protocol Buffer',
mode: 'protobuf',
},
{
name: 'Python',
mode: 'python',
Expand Down

0 comments on commit 782e368

Please sign in to comment.