Sha256: 5be0243bcdf928531332977ac02ff1697d093b13b439c6495755f4ffbf6e1f10
Contents?: true
Size: 300 Bytes
Versions: 24
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck module LanguageServer class BackgroundDocumentLinkProvider < DocumentLinkProvider @partial_regexp = PARTIAL_BACKGROUND @app_file_type = :partials @default_dir = 'lib' @default_extension = '.liquid' end end end
Version data entries
24 entries across 24 versions & 1 rubygems