Sha256: e46836f4c8602233997b771e8f86a95e19d85f06f2c94072a9868c4daaf3af51
Contents?: true
Size: 299 Bytes
Versions: 24
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck module LanguageServer class GraphqlDocumentLinkProvider < DocumentLinkProvider @partial_regexp = PARTIAL_GRAPHQL @app_file_type = :graphqls @default_dir = 'graphql' @default_extension = '.graphql' end end end
Version data entries
24 entries across 24 versions & 1 rubygems