use rowan::{ast::AstNode, TextLen, TextRange}; use rustc_hash::FxHashSet; use syntax::latex::{self, HasBrack, HasCurly}; use super::Span; #[derive(Debug, Clone, Default)] pub struct Semantics { pub links: Vec, pub labels: Vec