diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-19 08:23:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-19 08:23:44 +0300 |
| commit | 360e5456660678a0babab602e0bc80304a55db3f (patch) | |
| tree | acffc5fa57ba9ad71198d904d034b561e04bc165 /internal/lsp/document.go | |
| parent | 682a413db516e1a0201e8fea41e706a7666391d6 (diff) | |
ok0 document LSP and LLM exports
Diffstat (limited to 'internal/lsp/document.go')
| -rw-r--r-- | internal/lsp/document.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/lsp/document.go b/internal/lsp/document.go index 4938925..70a24d0 100644 --- a/internal/lsp/document.go +++ b/internal/lsp/document.go @@ -1,4 +1,5 @@ // In-memory document model for the LSP; tracks text, lines, and applies edits. + package lsp import ( |
