1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibGUI: Add Javascript syntax highlighter

This commit is contained in:
Oriko 2020-03-13 00:52:03 +02:00 committed by Andreas Kling
parent c02037e944
commit 196352ef67
3 changed files with 181 additions and 0 deletions

View file

@ -29,6 +29,7 @@ OBJS = \
InputBox.o \
ItemView.o \
JsonArrayModel.o \
JSSyntaxHighlighter.o \
Label.o \
Layout.o \
LazyWidget.o \