mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17: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:
parent
acdbf66b54
commit
e608723031
3 changed files with 156 additions and 0 deletions
|
@ -36,6 +36,7 @@ set(SOURCES
|
|||
FontPicker.cpp
|
||||
FontPickerDialogGML.h
|
||||
Frame.cpp
|
||||
GMLFormatter.cpp
|
||||
GMLLexer.cpp
|
||||
GMLParser.cpp
|
||||
GMLSyntaxHighlighter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue