mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
10 lines
195 B
Go
10 lines
195 B
Go
package lsp
|
|
|
|
import (
|
|
"config-lsp/handlers/hosts/handlers/analyzer"
|
|
|
|
protocol "github.com/tliron/glsp/protocol_3_16"
|
|
)
|
|
|
|
var documentParserMap = map[protocol.DocumentUri]*analyzer.HostsParser{}
|