LanguageCodeStyles Enumeration

Language code styles for PrismJS highlighting

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum LanguageCodeStyles

Members

Atom0 Atom language style
CLike1 If the language is based on C
Css2 CSS language style
Dfs3 DFS language style
Html4 Creates a deep copy of the language with the given id and appends the given tokens.
Javascript5 JavaScript
Js6 JavaScript (shortened)
Markup7 Markup
Mathml8 MathML
Plain9 Plain text (shortened)
Plaintext10 Plain text
Rss11 RSS feed style
Ssml12 SSML
Svg13 SVG vector graphics
Text14 Plain text
Txt15 Plain text
Xml16 XML document.

See Also