Unit 'SynHighlighterPython' Package
[Overview][Constants][Types][Classes][Index] [#bs_synedit]

TtkTokenKind

Declaration

Source position: synhighlighterpython.pas line 62

type TtkTokenKind = (

  tkComment,

  

  tkIdentifier,

  

  tkKey,

  

  tkNull,

  

  tkNumber,

  

  tkSpace,

  

  tkString,

  

  tkSymbol,

  

  tkNonKeyword,

  

  tkTripleQuotedString,

  

  tkSystemDefined,

  

  tkHex,

  

  tkOct,

  

  tkFloat,

  

  tkUnknown

  

);



CT Web help

CodeTyphon Studio