Skip to content

Commit

Permalink
Reorder handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Nov 19, 2024
1 parent 0004e98 commit a25d329
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export class CollectionItemScopeHandler extends BaseScopeHandler {
{
type: "oneOf",
scopeTypes: [
textualScopeHandler.scopeType,
languageScopeHandler.scopeType,
textualScopeHandler.scopeType,
],
},
[textualScopeHandler, languageScopeHandler],
[languageScopeHandler, textualScopeHandler],
languageId,
);
})();
Expand Down

0 comments on commit a25d329

Please sign in to comment.