| Package | Description |
|---|---|
| prettify.lang |
All languages that comes with release.
|
| prettify.parser |
The Prettify parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LangAppollo
This is similar to the lang-appollo.js in JavaScript Prettify.
|
class |
LangBasic
This is similar to the lang-basic.js in JavaScript Prettify.
|
class |
LangClj
This is similar to the lang-clj.js in JavaScript Prettify.
|
class |
LangCss
This is similar to the lang-css.js in JavaScript Prettify.
|
protected static class |
LangCss.LangCssKeyword |
protected static class |
LangCss.LangCssString |
class |
LangDart
This is similar to the lang-dart.js in JavaScript Prettify.
|
class |
LangErlang
This is similar to the lang-erlang.js in JavaScript Prettify.
|
class |
LangGo
This is similar to the lang-go.js in JavaScript Prettify.
|
class |
LangHs
This is similar to the lang-hs.js in JavaScript Prettify.
|
class |
LangLisp
This is similar to the lang-lisp.js in JavaScript Prettify.
|
class |
LangLlvm
This is similar to the lang-ml.js in JavaScript Prettify.
|
class |
LangLua
This is similar to the lang-lua.js in JavaScript Prettify.
|
class |
LangMatlab
This is similar to the lang-ml.js in JavaScript Prettify.
|
protected static class |
LangMatlab.LangMatlabIdentifier |
protected static class |
LangMatlab.LangMatlabOperator |
class |
LangMl
This is similar to the lang-ml.js in JavaScript Prettify.
|
class |
LangMumps
This is similar to the lang-mumps.js in JavaScript Prettify.
|
class |
LangN
This is similar to the lang-n.js in JavaScript Prettify.
|
class |
LangPascal
This is similar to the lang-appollo.js in JavaScript Prettify.
|
class |
LangR
This is similar to the lang-r.js in JavaScript Prettify.
|
class |
LangRd
This is similar to the lang-rd.js in JavaScript Prettify.
|
class |
LangScala
This is similar to the lang-scala.js in JavaScript Prettify.
|
class |
LangSql
This is similar to the lang-sql.js in JavaScript Prettify.
|
class |
LangTcl
This is similar to the lang-tcl.js in JavaScript Prettify.
|
class |
LangTex
This is similar to the lang-tex.js in JavaScript Prettify.
|
class |
LangVb
This is similar to the lang-vb.js in JavaScript Prettify.
|
class |
LangVhdl
This is similar to the lang-vhdl.js in JavaScript Prettify.
|
class |
LangWiki
This is similar to the lang-wiki.js in JavaScript Prettify.
|
protected static class |
LangWiki.LangWikiMeta |
class |
LangXq
This is similar to the lang-xq.js in JavaScript Prettify.
|
class |
LangYaml
This is similar to the lang-yaml.js in JavaScript Prettify.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Lang> |
Lang.extendedLangs
See
LangCss for example. |
| Modifier and Type | Method and Description |
|---|---|
List<Lang> |
Lang.getExtendedLangs()
Get the extended languages list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lang.setExtendedLangs(List<Lang> extendedLangs)
Set extended languages.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
Prettify.getFileExtensionsFromClass(Class<? extends Lang> clazz) |
void |
Prettify.register(Class<? extends Lang> clazz)
Register language handler.
|
Copyright © 2015. All rights reserved.