Skip to content

Commit

Permalink
Merge pull request #3615 from c-herrewijn/typo_dot_command
Browse files Browse the repository at this point in the history
fix typo in 'Configuring the Syntax Highlighter'
  • Loading branch information
szarnyasg committed Sep 12, 2024
2 parents 22ac4c2 + b426a6b commit a04c876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/cli/dot_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ The CLI's syntax highlighter can be configured using the following commands.
To turn off the highlighter:

```text
.highlight on
.highlight off
```

To turn on the highlighter:

```text
.highlight off
.highlight on
```

To configure the color used to highlight constants:
Expand Down

0 comments on commit a04c876

Please sign in to comment.