From fa9fa15ea51598f647a523295bbe68ef6f3bf48d Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 28 Mar 2019 09:16:36 -0700 Subject: [PATCH] add gherkin --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 83bdb14..39cfd9c 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -633,6 +633,10 @@ export const LANGUAGES = [ name: 'F#', mode: 'mllike' }, + { + name: 'Gherkin', + mode: 'gherkin' + }, { name: 'GraphQL', mode: 'graphql',