mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
HackStudio: Start building a C++ lexer to help with syntax highlighting
This commit is contained in:
parent
51e655f903
commit
307cbf83c3
4 changed files with 242 additions and 0 deletions
|
@ -6,6 +6,7 @@ OBJS = \
|
|||
TerminalWrapper.o \
|
||||
FindInFilesWidget.o \
|
||||
ProcessStateWidget.o \
|
||||
CppLexer.o \
|
||||
main.o
|
||||
|
||||
APP = HackStudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue