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 {
1414 type : "nothing" ;
1515}
1616
17- interface LastCursorPositionMark {
18- type : "lastCursorPosition" ;
19- }
20-
2117interface DecoratedSymbolMark {
2218 type : "decoratedSymbol" ;
2319 symbolColor : string ;
@@ -162,18 +158,6 @@ type ScopeType =
162158 | CustomRegexScopeType
163159 | OneOfScopeType ;
164160
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-
177161interface InteriorOnlyModifier {
178162 type : "interiorOnly" ;
179163}
You can’t perform that action at this time.
0 commit comments