Information:
- Prism version: 1.23.0
- Plugins: none
- Environment: Browser
Description
Incorrectly identifying attributes as keywords
Example
the "type" attribute
render by github:
export interface R<T> {
data: T;
total: number;
type?: string;
}
render by prismjs:
