typst-analyzer 0.1.10

A Language server for Typst.
Documentation
1
2
3
4
use std::ops::Range;

/// range in the source code where the symbol is defined.
pub type Span = Range<usize>;