add reference for which lsp version we're targetting

This commit is contained in:
Meghan Denny 2021-10-02 15:13:22 -07:00
parent e18003ff86
commit 9ceaf90657

View File

@ -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,