Skip to content

Commit d25182e

Browse files
Padding
1 parent 1fd70c1 commit d25182e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cursorless-org-docs/src/docs/user/languages/components/ScopeSupport.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
4444
subtitle="These facets are supported"
4545
expanded
4646
/>
47+
4748
<ScopeSupportForLevel
4849
facets={supportedLegacyScopes}
4950
title="Supported Legacy facets"
5051
subtitle="These facets are supported with the legacy implementation and should be migrated to the new implementation"
5152
/>
53+
5254
<ScopeSupportForLevel
5355
facets={unsupportedScopes}
5456
title="Unsupported facets"
@@ -62,6 +64,7 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
6264
</>
6365
}
6466
/>
67+
6568
<ScopeSupportForLevel
6669
facets={unspecifiedScopes}
6770
title="Unspecified facets"

0 commit comments

Comments
 (0)