Sha256: edd20d800abe253cf036c5de34ab04416dec0ed68fa6e9de1fd4bd40ab8a5f4c

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module PlatformosCheck
  module LanguageServer
    class SectionDocumentLinkProvider < DocumentLinkProvider
      @partial_regexp = PARTIAL_SECTION
      @destination_directory = "sections"
      @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/section_document_link_provider.rb