finesse.script.highlighter.KatScriptPygmentsLexer

Overview

class finesse.script.highlighter.KatScriptPygmentsLexer(**options)[source]

Bases: Lexer

Methods

KatScriptPygmentsLexer.get_tokens_unprocessed(text)

This method should process the text and return an iterable of (index, tokentype, value) tuples where index is the starting position of the token within the input text.