LanguageCodeStyles Enumeration
Language code styles for PrismJS highlighting
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum LanguageCodeStyles
| Atom | 0 |
Atom language style
|
| CLike | 1 |
If the language is based on C
|
| Css | 2 |
CSS language style
|
| Dfs | 3 |
DFS language style
|
| Html | 4 |
Creates a deep copy of the language with the given id and appends the given tokens.
|
| Javascript | 5 |
JavaScript
|
| Js | 6 |
JavaScript (shortened)
|
| Markup | 7 |
Markup
|
| Mathml | 8 |
MathML
|
| Plain | 9 |
Plain text (shortened)
|
| Plaintext | 10 |
Plain text
|
| Rss | 11 |
RSS feed style
|
| Ssml | 12 |
SSML
|
| Svg | 13 |
SVG vector graphics
|
| Text | 14 |
Plain text
|
| Txt | 15 |
Plain text
|
| Xml | 16 |
XML document.
|