Skip to content

Commit

Permalink
chore: update the changeset & add a remark in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name committed Aug 9, 2023
1 parent df7800d commit cc63136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `lsp-textdocument`

A LSP text documents manager that map of text document.
A LSP text documents manager that helps mapping of textual content.

## Introduction

Expand Down Expand Up @@ -39,4 +39,4 @@ fn main() {

## Attention

- The text documents positions-encoding only supports `UTF-16`
- The text documents [position-encoding](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#positionEncodingKind) only supports `UTF-16`
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//!
//! A LSP text documents manager that helps mapping of text document.
//!
//! The text documents [position-encoding](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#positionEncodingKind) only supports `UTF-16`

#![feature(int_roundings)]
mod text_document;
mod text_documents;
Expand Down

0 comments on commit cc63136

Please sign in to comment.