mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
9 lines
184 B
Go
9 lines
184 B
Go
package shared
|
|
|
|
import (
|
|
"config-lsp/handlers/fstab/parser"
|
|
protocol "github.com/tliron/glsp/protocol_3_16"
|
|
)
|
|
|
|
var DocumentParserMap = map[protocol.DocumentUri]*parser.FstabParser{}
|