intelligent ctags powered by tree-sitter and lexical scope-graphs
at main 225 B view raw
1mod stag; 2mod stdlib; 3mod text_range; 4 5pub mod debug; 6pub mod error; 7pub use stag::{ScopeGraph, StagBuilder}; 8 9pub const RUST: &str = include_str!("languages/rust.tsg"); 10pub const GO: &str = include_str!("languages/go.tsg");