diff options
author | Philipp Mildenberger | 2023-03-10 16:32:45 +0000 |
---|---|---|
committer | GitHub | 2023-03-10 16:32:45 +0000 |
commit | 98415f288ffa043520b0c85bc4464dc44b85f948 (patch) | |
tree | 6675fdc3aa9f3b482a5f2e8bc872dc3c8a3686fb /book/src | |
parent | d63e570e0a4013f5ad703a9b1ce2d19a06630a82 (diff) |
Improved yuck highlighting (and parser), and introduced a tag.builtin scope (#6242)
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 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` |