1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

Shell: Add formatter for history events

This commit is contained in:
AnotherTest 2021-01-14 16:01:07 +03:30 committed by Andreas Kling
parent 239472ba69
commit c1b4e86004
2 changed files with 57 additions and 0 deletions

View file

@ -71,6 +71,7 @@ private:
virtual void visit(const AST::FunctionDeclaration*) override;
virtual void visit(const AST::ForLoop*) override;
virtual void visit(const AST::Glob*) override;
virtual void visit(const AST::HistoryEvent*) override;
virtual void visit(const AST::Execute*) override;
virtual void visit(const AST::IfCond*) override;
virtual void visit(const AST::Join*) override;