ROOT  6.06/09
Reference Guide
Classes
ROOTaaS.html.export.cpphighlighter Namespace Reference

Classes

class  CppHighlighter
 

Detailed Description

This preprocessor marks cell's metadata so that the appropriate
highlighter can be used in the `highlight` filter afterwards.
More precisely, the language of a cell is set to C++ in two scenarios:
- Python notebooks: cells with `%%cpp` or `%%dcl` magic extensions.
- ROOT prompt C++ notebooks: all cells.
This preprocessor relies on the metadata section of the notebook to
find out about the notebook's language.