Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
CustomMarkdownStatements.py File Reference

This file extends AMarkdownStatement to allow it to handle code blocks that require syntax highlighting. More...

Classes

class  Plugins.Content.Parse.Semantic.CustomMarkdownStatements.CustomOpcode
 A custom opcode for our new parser instance. More...
 
class  Plugins.Content.Parse.Semantic.CustomMarkdownStatements.ASyntaxHighlighter
 A special parser that provides syntax highlighting. More...
 
class  Plugins.Content.Parse.Semantic.CustomMarkdownStatements.ACustomMarkdownTabBlock
 A custom Markdown tab block. More...
 

Variables

dictionary Plugins.Content.Parse.Semantic.CustomMarkdownStatements.HighlightOpcode
 Set up a new opcode that flags a code block for syntax handling. More...
 
string Plugins.Content.Parse.Semantic.CustomMarkdownStatements.ashLanguagePluginPrefix = "Content.Parse.Lex."
 The prefix added to language plugins before they are loaded.
 

Detailed Description

This file extends AMarkdownStatement to allow it to handle code blocks that require syntax highlighting.