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',