ROOT
6.06/09
Reference Guide
|
Classes | |
class | CppHighlighter |
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.