@@ -2654,7 +2654,7 @@ def draw(self):
26542654 ElementScheme(
26552655 name='vol',
26562656 mnemonic='vol',
2657- regex='vol( no )?((?: {types.RealOrJump._REGEX.pattern})+?)',
2657+ regex='vol(?: (no) )?((?: {types.RealOrJump._REGEX.pattern})+?)',
26582658 attributes=[
26592659 AttributeScheme(
26602660 name='no',
@@ -7841,7 +7841,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
78417841 ElementScheme(
78427842 name='fu',
78437843 mnemonic='fu',
7844- regex='fu(\\d+)((?: {types.RealOrJump._REGEX.pattern})+?)( nt)?( c )?',
7844+ regex='fu(\\d+)((?: {types.RealOrJump._REGEX.pattern})+?)(?: ( nt))?(?: (c) )?',
78457845 attributes=[
78467846 AttributeScheme(
78477847 name='suffix',
@@ -8234,6 +8234,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
82348234 ElementScheme(
82358235 name='geom',
82368236 mnemonic='geom',
8237+ regex='geom(?: (xyz|rec|rzt|cyl))',
82378238 attributes=[
82388239 AttributeScheme(
82398240 name='geometry',
@@ -9979,6 +9980,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
99799980 ElementScheme(
99809981 name='file',
99819982 mnemonic='file',
9983+ regex='file(?: (asc|bin|aov|bov))',
99829984 attributes=[
99839985 AttributeScheme(
99849986 name='setting',
@@ -10015,6 +10017,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
1001510017 ElementScheme(
1001610018 name='write',
1001710019 mnemonic='write',
10020+ regex='write(?: (pos|all))',
1001810021 attributes=[
1001910022 AttributeScheme(
1002010023 name='setting',
@@ -10027,6 +10030,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
1002710030 ElementScheme(
1002810031 name='conic',
1002910032 mnemonic='conic',
10033+ regex='setting(?: (col|lin))',
1003010034 attributes=[
1003110035 AttributeScheme(
1003210036 name='setting',
@@ -10156,7 +10160,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
1015610160 ElementScheme(
1015710161 name='file',
1015810162 mnemonic='file',
10159- regex='file( all|none)?',
10163+ regex='file (?: ( all|none) )?',
1016010164 attributes=[
1016110165 AttributeScheme(
1016210166 name='aa',
@@ -10351,7 +10355,7 @@ def from_formula(number: int, formulas: dict[str, float], atomic_or_weight: bool
1035110355 ElementScheme(
1035210356 name='reset',
1035310357 mnemonic='reset',
10354- regex='reset( all|coplot)?',
10358+ regex='reset(?: ( all|coplot) )?',
1035510359 attributes=[
1035610360 AttributeScheme(
1035710361 name='aa',
0 commit comments