fatou 0.5.0

A language server, formatter, and linter for Julia
1
2
3
4
5
6
7
//! Text utilities shared across the CLI, diagnostics, and the language server.

pub mod edit;
pub mod line_index;

pub use edit::apply_content_changes;
pub use line_index::{LineCol, LineIndex, PositionEncoding};