wright::lexer::comments

Constant MULTI_LINE_COMMENT_END

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

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