diff options
author | Chickenkeeper | 2023-01-09 02:26:08 +0000 |
---|---|---|
committer | GitHub | 2023-01-09 02:26:08 +0000 |
commit | 486c3ab0d542f5d502eba4f97446bdeca71afefd (patch) | |
tree | 0500e2e17e7ff851b1e1d7230723cfd90b7c0acf /book | |
parent | c4b0eb835639d2c18d940cd0c55093a92169b432 (diff) |
Fix Broken Attribute Highlights (#5349)
* Update highlights.scm
* Update highlights.scm
* Update themes.md
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` |