css_variable_lsp/parsers/
mod.rs

1pub mod css;
2pub mod html;
3
4pub use css::parse_css_document;
5pub use html::parse_html_document;