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:
parent
1c6bc6d455
commit
5b45bdd80f
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue