ladybird/Userland/Libraries/LibGUI/GML
Sam Atkins cac14a3f0a LibGUI: Assign folding regions for GML files
Each {} block is now treated as a folding region, so that they can be
collapsed and expanded in TextEditor, GML Playground, HackStudio, and
anywhere else that uses the syntax highlighter. :^)
2023-02-28 13:23:55 +01:00
..
AST.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AutocompleteProvider.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
AutocompleteProvider.h
Formatter.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Lexer.cpp
Lexer.h
Parser.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Parser.h
SyntaxHighlighter.cpp LibGUI: Assign folding regions for GML files 2023-02-28 13:23:55 +01:00
SyntaxHighlighter.h