jellybean 0.0.2

Syntax highlighting with tree-sitter. Sweet colors.
Documentation
1
2
3
4
5
6
7
8
// This is called by `docs!()` above.
#[doc(hidden)]
#[macro_export]
macro_rules! doc_line {
    ($($m:ident, $name:literal, $desc:literal, [$($ft:literal),*])*) => {
        concat!($("| `", $name, "` | ", stringify!($($ft),*), " | ", $desc, " |\n"),*)
    }
}