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