From 45d69107725a02cf6d912a571b771da3ef5abfbf Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 4 Aug 2023 19:35:48 -0400 Subject: textDocument/documentLink parsing --- test/lsp/go/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lsp/go/main.go') diff --git a/test/lsp/go/main.go b/test/lsp/go/main.go index d60bcd1..1cf4073 100644 --- a/test/lsp/go/main.go +++ b/test/lsp/go/main.go @@ -7,6 +7,7 @@ type X struct { y int } +/// https://example.com func main() { _, err := fmt.Println("hello world"); if err != nil { -- cgit v1.2.3