diff options
author | nosa | 2022-08-14 13:35:15 +0000 |
---|---|---|
committer | GitHub | 2022-08-14 13:35:15 +0000 |
commit | c5deb308148b148ff0592e18203f1ca721716668 (patch) | |
tree | bd308efb06e73af55cdb2bbf6d17e2ae774719d6 /book/src | |
parent | 8deaebde26a5ab2a51e8124828ba042641a1558f (diff) |
Theme Related Fixes (#3412)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index e03782db..b37ee852 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -103,6 +103,8 @@ We use a similar set of scopes as [SublimeText](https://www.sublimetext.com/docs/scope_naming.html). See also [TextMate](https://macromates.com/manual/en/language_grammars) scopes. +- `attribute` - Class attributes, html tag attributes + - `type` - Types - `builtin` - Primitive types provided by the language (`int`, `usize`) - `constructor` @@ -133,13 +135,13 @@ We use a similar set of scopes as - `parameter` - Function parameters - `other` - `member` - Fields of composite data types (e.g. structs, unions) - - `function` (TODO: ?) - `label` - `punctuation` - `delimiter` - Commas, colons - `bracket` - Parentheses, angle brackets, etc. + - `special` - String interpolation brackets. - `keyword` - `control` |