pub struct CHighlighter;Expand description
Syntax highlighter for C and C++ source code.
Trait Implementations§
Source§impl SyntaxHighlighter for CHighlighter
impl SyntaxHighlighter for CHighlighter
Source§fn tokenize_line(&self, line: &str) -> Vec<SyntaxToken>
fn tokenize_line(&self, line: &str) -> Vec<SyntaxToken>
Break a single line into a sequence of colored tokens.