Tapestry Syntax Highlighter

Package that integrates into Apache Tapestry 5 the Prism syntax highlighter written byLea Verou

Лицензия

Лицензия

Категории

Категории

Tape Данные Data Structures
Группа

Группа

br.com.arsmachina
Идентификатор

Идентификатор

tapestry-syntax-highlighter
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tapestry Syntax Highlighter
Package that integrates into Apache Tapestry 5 the Prism syntax highlighter written byLea Verou
Организация-разработчик

Организация-разработчик

Ars Machina Tecnologia da Informação Ltda.
Система контроля версий

Система контроля версий

https://github.com/thiagohp/tapestry-syntax-highlighter.git

Скачать tapestry-syntax-highlighter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-syntax-highlighter/ -->
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-syntax-highlighter</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-syntax-highlighter/
implementation 'br.com.arsmachina:tapestry-syntax-highlighter:0.0.1'
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-syntax-highlighter/
implementation ("br.com.arsmachina:tapestry-syntax-highlighter:0.0.1")
'br.com.arsmachina:tapestry-syntax-highlighter:jar:0.0.1'
<dependency org="br.com.arsmachina" name="tapestry-syntax-highlighter" rev="0.0.1">
  <artifact name="tapestry-syntax-highlighter" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='tapestry-syntax-highlighter', version='0.0.1')
)
libraryDependencies += "br.com.arsmachina" % "tapestry-syntax-highlighter" % "0.0.1"
[br.com.arsmachina/tapestry-syntax-highlighter "0.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.tapestry : tapestry-core jar 5.4-alpha-20

Модули Проекта

Данный проект не имеет модулей.

tapestry-syntax-highlighter

Package that integrates the Prism (http://prismjs.com/) syntax highlighter written by Lea Verou into Apache Tapestry 5.

To use it, just add the JAR in the classpath and add the syntax-highlighter/SyntaxHighlighter mixin to any component (including the Any one). You can use its enabled parameter to enable or disable it using custom logic if needed.

By default, it uses the default theme and adds the Line Highlight plugin. To change this, create your own version of Prism using the form at http://prismjs.com/download.html and override the SyntaxHighlighter.DEFAULT_JAVASCRIPT_FILE_PATH and/or SyntaxHighlighter.DEFAULT_JAVASCRIPT_FILE_PATH Tapestry-IoC symbols to point to your versions of these files.

Версии библиотеки

Версия
0.0.1