所有者 SasakiSaki。
#133 in #spans
110KB 337 行
为您的代码范围添加额外信息。
fn main() { use code_view::ColorView; let mut view = ColorView::from("public static class G {}"); view.dye_offset(0, 6, "keyword"); view.dye_offset(7, 13, "keyword"); }
~4–13MB ~144K SLoC