Skip to content

Commit

Permalink
docs: document @keyword.control.exception scope
Browse files Browse the repository at this point in the history
As identified in [this GitHub comment](#1433 (comment))
  • Loading branch information
EricCrosson committed Jan 4, 2022
1 parent 8d05c83 commit 4cc7fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ We use a similar set of scopes as
- `repeat` - `for`, `while`, `loop`
- `import` - `import`, `export`
- `return`
- `exception`
- `operator` - `or`, `in`
- `directive` - Preprocessor directives (`#if` in C)
- `function` - `fn`, `func`
Expand Down

0 comments on commit 4cc7fb1

Please sign in to comment.