1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:57:47 +00:00

HackStudio: Use Javascript syntax highlighter

This commit is contained in:
Oriko 2020-03-13 00:54:04 +02:00 committed by Andreas Kling
parent c2884d29d6
commit b6e1c1b516
2 changed files with 6 additions and 1 deletions

View file

@ -17,6 +17,6 @@ OBJS = \
PROGRAM = HackStudio
LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core
LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core JS
include ../../Makefile.common