Skip to content

Commit 57eb3cb

Browse files
authored
improvement: associate with graphqls file extension (#1659)
1 parent 6114f2a commit 57eb3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-language-service-server/src/findGraphQLTags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const CREATE_CONTAINER_FUNCTIONS: { [key: string]: boolean } = {
3333
createRefetchContainer: true,
3434
};
3535

36-
const DEFAULT_STABLE_TAGS = ['graphql', 'gql'];
36+
const DEFAULT_STABLE_TAGS = ['graphql', 'graphqls', 'gql'];
3737
export const DEFAULT_TAGS = [...DEFAULT_STABLE_TAGS, 'graphql.experimental'];
3838

3939
type TagResult = { tag: string; template: string; range: Range };

0 commit comments

Comments
 (0)