File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
packages/common/src/types/command/legacy Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ interface NothingMark {
14
14
type : "nothing" ;
15
15
}
16
16
17
- interface LastCursorPositionMark {
18
- type : "lastCursorPosition" ;
19
- }
20
-
21
17
interface DecoratedSymbolMark {
22
18
type : "decoratedSymbol" ;
23
19
symbolColor : string ;
@@ -162,18 +158,6 @@ type ScopeType =
162
158
| CustomRegexScopeType
163
159
| OneOfScopeType ;
164
160
165
- interface ContainingSurroundingPairModifier extends ContainingScopeModifier {
166
- scopeType : SurroundingPairScopeType ;
167
- }
168
-
169
- interface EverySurroundingPairModifier extends EveryScopeModifier {
170
- scopeType : SurroundingPairScopeType ;
171
- }
172
-
173
- type SurroundingPairModifier =
174
- | ContainingSurroundingPairModifier
175
- | EverySurroundingPairModifier ;
176
-
177
161
interface InteriorOnlyModifier {
178
162
type : "interiorOnly" ;
179
163
}
You can’t perform that action at this time.
0 commit comments