# Highlighting utilities This directory collects syntax highlighting utilities for use with Carbon code. ## [highlight.js](https://highlightjs.org/) This JavaScript syntax highlighting system is used on webpages or in presentation software like [reveal.js](https://revealjs.com/). The code is in [highlightjs_carbon_lang.js](highlightjs_carbon_lang.js), and you can use it by registering it after you load highlight.js: ```html ``` See [highlightjs_example.html](highlightjs_example.html) for a more complete example. It includes many Carbon-specific markup indicators that may be useful to customize display or highlighting of Carbon code.