1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:37:44 +00:00

TextEditor: Add support for SQL highlighting

This commit is contained in:
Dylan Katz 2021-05-08 18:30:44 -07:00 committed by Andreas Kling
parent 984b6e08cf
commit 3ab37674c6
3 changed files with 12 additions and 1 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(TextEditor ICON app-text-editor)
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS)
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL)