mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
9 lines
189 B
Go
9 lines
189 B
Go
package lsp
|
|
|
|
import (
|
|
"config-lsp/handlers/wireguard/parser"
|
|
protocol "github.com/tliron/glsp/protocol_3_16"
|
|
)
|
|
|
|
var documentParserMap = map[protocol.DocumentUri]*parser.WireguardParser{}
|