Unit 'syntax.highlighter' Package
[Overview][Types][Classes][Index] [#fcl-syntax]

TSyntaxHighlightKind

Declaration

Source position: syntax.highlighter.pp line 35

type TSyntaxHighlightKind = (

  shDefault,

  shInvalid,

  shSymbol,

  shKeyword,

  shComment,

  shDirective,

  shNumbers,

  shCharacters,

  shStrings,

  shAssembler,

  shRegex,

  shInterpolation,

  shEscape,

  shRawString,

  shTemplate,

  shLambda,

  shOperator,

  shError,

  shWarning,

  shAttribute,

  shSection,

  shKey

);


Documentation generated on: 2025-12-15