docs: document @keyword.control.exception scope

As identified in [this GitHub comment](https://github.com/helix-editor/helix/pull/1433#discussion_r777786140)
This commit is contained in:
Eric Crosson 2022-01-03 20:31:17 -06:00 committed by Blaž Hrastnik
parent 1c6bc6d455
commit 5b45bdd80f

View file

@ -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`