pub const MULTI_LINE_COMMENT_START: &str = "/*";
lexer
The pattern that starts any multi-line comments (including doc comments).