diff options
author | Kirawi | 2021-07-08 00:51:46 +0000 |
---|---|---|
committer | GitHub | 2021-07-08 00:51:46 +0000 |
commit | c7aa7bf4baf8e0ac4eca3ebdca065ab2a7bea95c (patch) | |
tree | be79880a7626154ffc012fc1b5d612349ff9a6f0 /book/src | |
parent | 1c71fced0e38a4f126155cb7161d4f4fa4f82673 (diff) |
VSCode Dark+ Theme (#414)
* wip
* Add VSCode Dark+ Theme
wip
wip
wip
wip
wip
wip
properly detect constants
add bool
wip
* suggestion
* add variant for c/c++
* fix hexcode error
* removed regex highlight
* fixed constant higlighting
* wip
* add space
* add suggestions
* update theme
* update book
* suggestions
* fix c/c++ enum
* update book
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index e5c461fd..4d80f99a 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -61,6 +61,7 @@ Possible keys: | `variable.parameter` | | | `type` | | | `type.builtin` | | +| `type.enum.variant` | Enum variants | | `constructor` | | | `function` | | | `function.macro` | | |