diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/src/themes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index 0f94828e..015ec59b 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -140,6 +140,8 @@ We use a similar set of scopes as - `type` - Types - `builtin` - Primitive types provided by the language (`int`, `usize`) + - `enum` + - `variant` - `constructor` - `constant` (TODO: constant.other.placeholder for %v) @@ -202,6 +204,8 @@ We use a similar set of scopes as - `namespace` +- `special` + - `markup` - `heading` - `marker` |