summaryrefslogtreecommitdiff
path: root/internal/lsp/document.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-22 23:21:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-22 23:21:36 +0300
commitc97687cb8a2f7ab578291e707bf6c920c346a8cb (patch)
treee447451ce953353892ebb63df5c350da5f97cb1d /internal/lsp/document.go
parent6ec565ce315a83dcd17c138d9347055000034bdd (diff)
stuff
Diffstat (limited to 'internal/lsp/document.go')
-rw-r--r--internal/lsp/document.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/lsp/document.go b/internal/lsp/document.go
index dbecd5e..17d2fb9 100644
--- a/internal/lsp/document.go
+++ b/internal/lsp/document.go
@@ -1,5 +1,4 @@
// Summary: In-memory document model for the LSP; tracks text, lines, and applies edits.
-// Not yet reviewed by a human
package lsp
import (