aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorEric Crosson2022-01-04 02:31:17 +0000
committerBlaž Hrastnik2022-01-08 15:30:22 +0000
commit5b45bdd80f1b2bd456d247ed6d2d95e9efb9d304 (patch)
tree49213754a8d8defc8bf780e3476178e48b0203d9 /book
parent1c6bc6d455595aa5b8d7d2aa27d025722f57c351 (diff)
docs: document @keyword.control.exception scope
As identified in [this GitHub comment](https://github.com/helix-editor/helix/pull/1433#discussion_r777786140)
Diffstat (limited to 'book')
-rw-r--r--book/src/themes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index 29d3926e..1325de8c 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -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`