swt 5.0.0-rc.9

🍬 Sweet: A blazing-fast code health and architecture analyzer.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::define_language;

define_language!(
    Cpp,
    "C/C++",
    extensions: ["c", "cpp", "h", "hpp", "cc", "cxx", "hh", "hxx"],
    line_comment: Some("//"),
    block_comment: Some(("/*", "*/")),
    import_keywords: ["#include"]
);