mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
It currently supports only headers and code blocks.
This commit is contained in:
parent
416d6ab6c8
commit
cf52542fcf
8 changed files with 156 additions and 4 deletions
|
@ -136,6 +136,7 @@ private:
|
|||
RefPtr<GUI::Action> m_git_highlight;
|
||||
RefPtr<GUI::Action> m_gml_highlight;
|
||||
RefPtr<GUI::Action> m_ini_highlight;
|
||||
RefPtr<GUI::Action> m_markdown_highlight;
|
||||
RefPtr<GUI::Action> m_shell_highlight;
|
||||
RefPtr<GUI::Action> m_sql_highlight;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue