diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index ce3ba61a7..7ced8d656 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -511,6 +511,7 @@ The following `$StrategoFilesOption`s are supported: | `main-file = $Expression` | no | The main Stratego file relative to the `main-source-directory`. Defaults to `./main.str2`. | Path | | `include-directory = $Expression` | no | Adds an include directory from which to resolve Stratego imports. May be given multiple times. | Path | | `export-directory = $Expression` | no | Exports a directory, making the Stratego files in it accessable to dependencies. May be given multiple times. | Path | +| `with-import-strategy-package-id = $Expression` | no | Adds a Java package to import in the Java files that have been compiled from Stratego files. For example, `"mb.mylang.strategies"` adds import `import mb.mylang.strategies.*`. May be given multiple times. | String | | `sdf3-statix-explication-generation = $Expression` | no | Whether SDF3 to Statix injection explication/implication generation is enabled. When enabled, `statix { sdf3-statix-signature-generation = true }` must also be enabled. Defaults to `false`. | Boolean | | `language-strategy-affix = $Expression` | no | The affix that is used to make certain generated strategies unique to the language. This is used both as a prefix and suffix. Defaults to name of the language transformed to a Stratego strategy identifier. | Stratego strategy identifier | | `concrete-syntax-extension-parse-table = $Expression` | no | Adds a Stratego concrete syntax extension parse table that can be used to parse Stratego files with. May be given multiple times. | Path | @@ -533,7 +534,7 @@ The following `Dependency`s are supported: | Syntax | Description | | - | - | -| `$Exp` | A dependency to project defined by the expression, available at `Build` and `Run` time. | +| `$Exp` | A dependency to a project defined by the expression, available at `Build` and `Run` time. | | `$Exp { $DependencyOption* }` | A dependency to project defined by the expression, with configuration options. | The following `DependencyOption`s are supported: