add Protocol Buffer mode

Closes #1358
main
Mike Fix 3 years ago
parent da583e56bd
commit 782e368c79
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -903,6 +903,10 @@ export const LANGUAGES = [
mode: 'powershell',
highlight: true,
},
{
name: 'Protocol Buffer',
mode: 'protobuf',
},
{
name: 'Python',
mode: 'python',

Loading…
Cancel
Save