Skip to content

Commit

Permalink
Update hugo/content/docs/recipes/scoping/file-based.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Sujew <[email protected]>
  • Loading branch information
Lotes and msujew authored Aug 6, 2024
1 parent 52034a2 commit d6c1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/docs/recipes/scoping/file-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const HelloWorldModule: Module<HelloWorldServices, PartialLangiumServices

Having done this, will make all persons that are marked with the `export` keyword available to the other files through the index manager.

## Step 3: Bending the cross-reference resolution
## Step 3: Importing from specific files

The final step is to adjust the cross-reference resolution through overriding the `DefaultScopeProvider.getScope(…)` function. Here is the implementation:

Expand Down

0 comments on commit d6c1685

Please sign in to comment.