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