Sha256: 90851f6ad48693eb01ea388b34fbfa338f1dcb071e77b965435af20b687a72be
Contents?: true
Size: 276 Bytes
Versions: 1
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck module LanguageServer class RenderDocumentLinkProvider < DocumentLinkProvider @partial_regexp = PARTIAL_RENDER @destination_directory = "snippets" @destination_postfix = ".liquid" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
platformos-check-0.0.1 | lib/platformos_check/language_server/document_link_providers/render_document_link_provider.rb |