grammars property

Map<String, String> grammars
final

The available grammars for the code block.

The key is the name of the language. The value is a json encoded string of the grammar.

Implementation

final Map<String, String> grammars;