mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
8 lines
140 B
Go
8 lines
140 B
Go
package fstab
|
|
|
|
import (
|
|
protocol "github.com/tliron/glsp/protocol_3_16"
|
|
)
|
|
|
|
var documentParserMap = map[protocol.DocumentUri]*FstabParser{}
|