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:
parent
984b6e08cf
commit
3ab37674c6
3 changed files with 12 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue