Skip to content

Commit

Permalink
Add support to .gqls in addition to .graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Mar 7, 2024
1 parent df9680d commit 0f72807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ class XQueryCommentStyle(CommentStyle):
".gradle": CCommentStyle,
".graphql": PythonCommentStyle,
".graphqls": PythonCommentStyle,
".gqls": PythonCommentStyle,
".groovy": CCommentStyle,
".h": CCommentStyle,
".ha": CSingleCommentStyle,
Expand Down

0 comments on commit 0f72807

Please sign in to comment.