From 782e368c7988052ee7a79a90182645faef8b3c37 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 2 Apr 2022 12:31:24 -0700 Subject: [PATCH] add Protocol Buffer mode Closes #1358 --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 2d8d0e6..9c5c655 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -903,6 +903,10 @@ export const LANGUAGES = [ mode: 'powershell', highlight: true, }, + { + name: 'Protocol Buffer', + mode: 'protobuf', + }, { name: 'Python', mode: 'python',