diff --git a/languages.ts b/languages.ts index 5ea5647c4..bd98d253f 100644 --- a/languages.ts +++ b/languages.ts @@ -586,4 +586,12 @@ export const languageSpecs: LanguageSpec[] = [ }, stylized: 'VHDL', }, + { + handlerArgs: { + languageID: 'graphql', + fileExts: ['graphql'], + commentStyle: shellStyle, + }, + stylized: 'GraphQL', + }, ]