aboutsummaryrefslogtreecommitdiff
path: root/book/src/themes.md
diff options
context:
space:
mode:
authorPhilipp Mildenberger2023-03-10 16:32:45 +0000
committerGitHub2023-03-10 16:32:45 +0000
commit98415f288ffa043520b0c85bc4464dc44b85f948 (patch)
tree6675fdc3aa9f3b482a5f2e8bc872dc3c8a3686fb /book/src/themes.md
parentd63e570e0a4013f5ad703a9b1ce2d19a06630a82 (diff)
Improved yuck highlighting (and parser), and introduced a tag.builtin scope (#6242)
Diffstat (limited to 'book/src/themes.md')
-rw-r--r--book/src/themes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index af238e94..5ddd4f2c 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -215,6 +215,7 @@ We use a similar set of scopes as
- `special` (preprocessor in C)
- `tag` - Tags (e.g. `<body>` in HTML)
+ - `builtin`
- `namespace`