File tree 2 files changed +14
-2
lines changed 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,11 @@ contexts:
21
21
scope : storage.type.uhm
22
22
push : import
23
23
24
- - match : ' \b(Wave|Spectrum|Phase|Seed|Interpolate|Normalize|NumFrames|Envelope|Import|Move)\b'
24
+ - match : ' ^Export\s'
25
+ scope : storage.type.uhm
26
+ push : import
27
+
28
+ - match : ' \b(Wave|Spectrum|Phase|Seed|Interpolate|Normalize|NumFrames|Envelope|Import|Export|Move)\b'
25
29
scope : storage.type.uhm
26
30
27
31
- match : ' (?i)\b(start|end|to|from|direction|lowest|highest|curve|type|target|blend|base|db|metric|snippets|threshold|weighting)\b'
Original file line number Diff line number Diff line change 58
58
</dict >
59
59
<dict >
60
60
<key >match </key >
61
- <string >\b(Wave|Spectrum|Phase|Seed|Interpolate|Normalize|NumFrames|Envelope|Import|Move)\b </string >
61
+ <string >^Export\s </string >
62
+ <key >push </key >
63
+ <string >import </string >
64
+ <key >scope </key >
65
+ <string >storage.type.uhm </string >
66
+ </dict >
67
+ <dict >
68
+ <key >match </key >
69
+ <string >\b(Wave|Spectrum|Phase|Seed|Interpolate|Normalize|NumFrames|Envelope|Import|Export|Move)\b </string >
62
70
<key >scope </key >
63
71
<string >storage.type.uhm </string >
64
72
</dict >
You can’t perform that action at this time.
0 commit comments