Skip to content

Commit 27e7864

Browse files
committed
README update: multilinestrings is now enabled by default in unleashed mode
1 parent e381889 commit 27e7864

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The following modeswitches are enabled automatically:
3838
| `ansistrings` | Uses `AnsiString` as the default string type |
3939
| `underscoreisseparator` | Allows underscores in numeric literals (`1_000_000`) |
4040
| `duplicatenames` | Allows reusing identifiers in limited scopes |
41+
| `multilinestrings` | Allows multi-line string literals without manual concatenation |
4142

4243
> [!NOTE]
4344
> For the best experience with code completion, we recommend using **[Lazarus Unleashed](https://github.com/fpc-unleashed/lazarus)** - a fork of Lazarus with full support for unleashed mode. If you are using stock Lazarus, enable the mode via `-Munleashed` in the project's Custom Options rather than placing `{$mode unleashed}` directly in the source file, to avoid autocomplete issues and incorrect code insight behavior.

0 commit comments

Comments
 (0)