claudehohl / Stikked

An advanced and beautiful pastebin written in PHP
992 stars 220 forks source link

Rust syntax highlight mistreats lifetime specifiers #573

Open mkoncek opened 5 months ago

mkoncek commented 5 months ago

Example:

struct Type<'t>
{
    value: &'t u8,
}

The syntax highlighter colors everything following the first quotation mark as a string.