latex-lsp/texlab

View on GitHub
crates/base-db/src/util.rs

Summary

Maintainability
Test Coverage
mod expand;
mod label;
pub mod queries;
mod regex_filter;

pub use self::{
    expand::expand_relative_path,
    label::{render_label, FloatKind, RenderedLabel, RenderedObject},
    regex_filter::filter_regex_patterns,
};