Skip to content

Commit 8c1d816

Browse files
authored
Merge pull request #181 from withersail/master
add export standalone annotations
2 parents 440261b + 16585f7 commit 8c1d816

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gdtoolkit/formatter/annotation.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
from .expression import format_concrete_expression
88
from .expression_to_str import expression_to_str
99

10-
STANDALONE_ANNOTATIONS = ["tool", "icon"]
10+
STANDALONE_ANNOTATIONS = [
11+
"export_category",
12+
"export_group",
13+
"export_subgroup",
14+
"icon",
15+
"tool",
16+
]
1117

1218

1319
def is_non_standalone_annotation(statement: Tree) -> bool:

0 commit comments

Comments
 (0)