mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibGUI: Convert INISyntaxHighlighter to east-const
This commit is contained in:
parent
1f7e363b74
commit
cd92b73845
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
virtual bool is_identifier(u64) const override;
|
||||
|
||||
virtual Syntax::Language language() const override { return Syntax::Language::INI; }
|
||||
virtual void rehighlight(const Palette&) override;
|
||||
virtual void rehighlight(Palette const&) override;
|
||||
|
||||
protected:
|
||||
virtual Vector<MatchingTokenPair> matching_token_pairs_impl() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue