TiddlyWiki5/plugins/tiddlywiki/highlight
XLBilly ec81d6663b
[5.4.0] Update highlightjs plugin (#9118)
* Bump highlightjs version to 11.11.1

* highlightblock.js support es6
2025-10-29 11:04:53 +00:00
..
files [5.4.0] Update highlightjs plugin (#9118) 2025-10-29 11:04:53 +00:00
highlightblock.js [5.4.0] Update highlightjs plugin (#9118) 2025-10-29 11:04:53 +00:00
license.tid in resp to https://github.com/Jermolene/TiddlyWiki5/pull/328#issuecomment-32131402 2014-01-12 21:48:03 +00:00
plugin.info Add plugin stability badges (#8198) 2024-05-21 11:22:39 +01:00
readme.tid [5.4.0] Update highlightjs plugin (#9118) 2025-10-29 11:04:53 +00:00
styles.tid Correct the way of adding themes in highlightjs plugin (#9105) 2025-06-19 11:26:56 +01:00
TypeMappings.multids Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
usage.tid Fixes for highlight plugin theme list (#9185) 2025-07-25 15:18:36 +01:00

title: $:/plugins/tiddlywiki/highlight/readme

\define highlightVersion() 11.11.1

This plugin provides syntax highlighting of code blocks using version <<highlightVersion>> of [[highlight.js|https://github.com/isagalaev/highlight.js]] from Ivan Sagalaev. This plugin does not work on browsers that do not fully support ~JavaScript ES6 (2015). If you need highlight.js running on those legacy browsers, you would need to install the "Highlight (Legacy)" plugin instead. Here's a [[ES6 compatibility table|https://caniuse.com/?search=es6]].

! Built-in Language Brushes

The plugin includes support for the following common languages (referred to as "brushes" by highlight.js):

* bash
* c
* cpp
* csharp
* css
* diff
* go
* html, xml
* java
* javascript
* json
* kotlin
* less
* lua
* makefile
* markdown
* objectivec
* perl
* php
* plaintext
* python
* R
* ruby
* rust
* scss
* sql
* shell session
* swift
* toml, ini
* typescript
* visual basic .net
* yaml

And these additional ones:

* apache config
* dockerfile
* fortran
* latex
* nginx config

The mapping between a MIME type and a highlight.js language specifier is accomplished via mapping tiddlers whose titles start with `$:/config/HighlightPlugin/TypeMappings/`.