Unit 'syntax.bash' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#fcl-syntax]

TBashSyntaxHighlighter

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syntax.bash.pp line 30

type TBashSyntaxHighlighter = class(TSyntaxHighlighter)

protected

  procedure ProcessSingleQuoteString();

  procedure ProcessDoubleQuoteString();

  procedure ProcessBackquoteString();

  procedure ProcessVariable();

  procedure ProcessComment();

  function CheckForKeyword();

  procedure ProcessNumber();

  procedure ProcessOperator();

  function IsWordChar();

  class function GetLanguages; override;

  procedure checkcategory; virtual;

public

  constructor create; override;

  CategoryBash: Integer;

  function Execute(); override;

end;

Inheritance

TBashSyntaxHighlighter

|

TSyntaxHighlighter

|

TObject


Documentation generated on: 2025-12-15