Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Range and LSPRange initializers for better interoperability (#24)
Added initializers to the Range type for easy creation from Position and LSPRange. Enhanced LSPRange with an initializer that takes a Range<Position>. This improves the interoperability between these structures in the language server protocol.
- Loading branch information