gitlogue 0.9.0

A Git history screensaver - watch your code rewrite itself
Documentation
1
2
3
4
5
pub fn language() -> tree_sitter::Language {
    tree_sitter_erlang::LANGUAGE.into()
}

pub const HIGHLIGHT_QUERY: &str = tree_sitter_erlang::HIGHLIGHTS_QUERY;