add reference for which lsp version we're targetting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user