summaryrefslogtreecommitdiff
path: root/internal/lsp/document_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/document_test.go')
-rw-r--r--internal/lsp/document_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/lsp/document_test.go b/internal/lsp/document_test.go
index e8fa6bb..da17cc5 100644
--- a/internal/lsp/document_test.go
+++ b/internal/lsp/document_test.go
@@ -1,3 +1,5 @@
+// Summary: Tests for LSP document model (line management, edits, and transformations).
+// Not yet reviewed by a human
package lsp
import (