add reference for which lsp version we're targetting
This commit is contained in:
parent
e18003ff86
commit
9ceaf90657
@ -1,5 +1,7 @@
|
||||
const std = @import("std");
|
||||
|
||||
// LSP types
|
||||
// https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/
|
||||
|
||||
pub const Position = struct {
|
||||
line: i64,
|
||||
|
Loading…
Reference in New Issue
Block a user