mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
LibGUI: Add underlines to highlighting
This commit is contained in:
parent
b58893cfe1
commit
6d89f48dd8
Notes:
sideshowbarker
2024-07-19 08:20:43 +09:00
Author: https://github.com/oriko1010
Commit: 6d89f48dd8
Pull-request: https://github.com/SerenityOS/serenity/pull/1429
Reviewed-by: https://github.com/awesomekling
6 changed files with 25 additions and 2 deletions
|
@ -7,8 +7,9 @@ namespace GUI {
|
|||
class CppSyntaxHighlighter final : public SyntaxHighlighter {
|
||||
public:
|
||||
CppSyntaxHighlighter() {}
|
||||
|
||||
virtual ~CppSyntaxHighlighter() override;
|
||||
|
||||
virtual SyntaxLanguage language() const override { return SyntaxLanguage::Cpp; }
|
||||
virtual void rehighlight() override;
|
||||
virtual void highlight_matching_token_pair() override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue