From 9ceaf90657ef3b1616b3581c5670b57a5200f9ac Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 2 Oct 2021 15:13:22 -0700 Subject: [PATCH] add reference for which lsp version we're targetting --- src/types.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.zig b/src/types.zig index a39f43e..be5dc4e 100644 --- a/src/types.zig +++ b/src/types.zig @@ -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,