mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Handle formatting of IPC partial dictionary syntax
This commit is contained in:
parent
da9eaf8788
commit
9f7bdaf3b4
|
|
@ -11,7 +11,7 @@ script_name = pathlib.Path(__file__).resolve().name
|
|||
|
||||
lines_to_skip = re.compile(
|
||||
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
||||
r"|interface |dictionary |enum |namespace |typedef |callback )"
|
||||
r"|interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||
)
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user