Sha256: b5053d8242a99232fee1c7a66525b8eb0737a88579790b676ce4f4b0a97f7252
Contents?: true
Size: 245 Bytes
Versions: 8
Compression:
Stored size: 245 Bytes
Contents
require_relative "../lsp/server" module Standard module Runners class Lsp def call(config) standardizer = Standard::LSP::Standardizer.new(config) Standard::LSP::Server.start(standardizer) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems