mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 16:49:54 +00:00
Shell: Parse comments
This commit is contained in:
parent
a862c230b1
commit
1d0d0e9d00
Notes:
sideshowbarker
2024-07-19 06:46:42 +09:00
Author: https://github.com/alimpfard
Commit: 1d0d0e9d00
Pull-request: https://github.com/SerenityOS/serenity/pull/2170
3 changed files with 20 additions and 0 deletions
|
@ -36,6 +36,7 @@ struct Token {
|
|||
DoubleQuoted,
|
||||
UnterminatedSingleQuoted,
|
||||
UnterminatedDoubleQuoted,
|
||||
Comment,
|
||||
Special,
|
||||
};
|
||||
String text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue