wright::lexer::comments

Constant MULTI_LINE_COMMENT_START

Source
pub const MULTI_LINE_COMMENT_START: &str = "/*";
Available on crate feature lexer only.
Expand description

The pattern that starts any multi-line comments (including doc comments).