Skip to content

Commit

Permalink
make Description tagged as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasser-Aly authored Jan 16, 2024
1 parent 647ee31 commit 5a7b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cm6-graphql/src/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const graphqlLanguage = LRLanguage.define({
styleTags({
Variable: t.variableName,
BooleanValue: t.bool,
Description: t.docComment,
Description: t.string,
StringValue: t.string,
Comment: t.lineComment,
IntValue: t.integer,
Expand Down

0 comments on commit 5a7b26d

Please sign in to comment.