pub struct ShHighlighter;Expand description
Syntax highlighter for shell (Bash) scripts.
Trait Implementations§
Source§impl SyntaxHighlighter for ShHighlighter
impl SyntaxHighlighter for ShHighlighter
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.