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

LibGUI: Add GMLFormatter

This will be useful for both the Playground app as well as for a
standalone CLI tool (à la clang-format). It cannot handle comments yet
(and will drop them from the formatted output), but other than that it
produces valid GML that matches the formatting we have so far! :^)
This commit is contained in:
Linus Groh 2021-01-03 18:59:36 +01:00 committed by Andreas Kling
parent acdbf66b54
commit e608723031
3 changed files with 156 additions and 0 deletions

View file

@ -36,6 +36,7 @@ set(SOURCES
FontPicker.cpp
FontPickerDialogGML.h
Frame.cpp
GMLFormatter.cpp
GMLLexer.cpp
GMLParser.cpp
GMLSyntaxHighlighter.cpp