[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: synhighlighterperl.pas line 66
type TSynPerlSyn = class(TSynCustomHighlighter)
protected
function GetIdentChars; override;
public
class function GetLanguageName; override;
constructor Create(); override;
function GetDefaultAttribute(); override;
function GetEol; override;
function GetTokenID;
procedure SetLine(); override;
function GetToken; override;
procedure GetTokenEx(); override;
function GetTokenAttribute; override;
function GetTokenKind; override;
function GetTokenPos; override;
procedure Next; override;
published
property CommentAttri: TSynHighlighterAttributes; [rw]
property IdentifierAttri: TSynHighlighterAttributes; [rw]
property InvalidAttri: TSynHighlighterAttributes; [rw]
property KeyAttri: TSynHighlighterAttributes; [rw]
property NumberAttri: TSynHighlighterAttributes; [rw]
property OperatorAttri: TSynHighlighterAttributes; [rw]
property PragmaAttri: TSynHighlighterAttributes; [rw]
property SpaceAttri: TSynHighlighterAttributes; [rw]
property StringAttri: TSynHighlighterAttributes; [rw]
property SymbolAttri: TSynHighlighterAttributes; [rw]
property VariableAttri: TSynHighlighterAttributes; [rw]
end;
TSynPerlSyn
TSynCustomHighlighter
TObject