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

LibWeb: Add debugging statements in SyntaxHighlighter

This also changes SyntaxHighlighter.{h,cpp} to use east const style.
This commit is contained in:
Max Wipfli 2021-06-04 11:25:09 +02:00 committed by Ali Mohammad Pur
parent 04897f6842
commit 93d830b5cc
2 changed files with 14 additions and 2 deletions

View file

@ -19,7 +19,7 @@ public:
virtual bool is_navigatable(void*) const override;
virtual Syntax::Language language() const override { return Syntax::Language::HTML; }
virtual void rehighlight(const Palette&) override;
virtual void rehighlight(Palette const&) override;
protected:
virtual Vector<MatchingTokenPair> matching_token_pairs() const override;