diff options
author | Gokul Soumya | 2021-12-18 18:35:43 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-19 06:23:39 +0000 |
commit | 7c01d926536bcaacc92bbf4a2b1a06e96e6268a0 (patch) | |
tree | 0f8abcf91564a1c7823fbfd285326bdf4cf87024 /book/src | |
parent | 8208d22601dfbecbdaa14be273e998eccfd63220 (diff) |
Add link and quote queries for markdown
- Rename markup.underline.link to markup.link.url
- Add markup.link.label
- Add markup.quote
(The constructor theme scope was missing from the
docs, so unrelated to this commit).
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index b6de7002..fce2c0ca 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -105,6 +105,7 @@ We use a similar set of scopes as - `type` - Types - `builtin` - Primitive types provided by the language (`int`, `usize`) +- `constructor` - `constant` (TODO: constant.other.placeholder for %v) - `builtin` Special constants provided by the language (`true`, `false`, `nil` etc) @@ -169,8 +170,9 @@ We use a similar set of scopes as - `numbered` - `bold` - `italic` - - `underline` - - `link` + - `link` + - `url` + - `label` - `quote` - `raw` - `inline` |