aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorMichael Davis2021-10-14 18:45:32 +0000
committerMichael Davis2021-10-17 15:50:20 +0000
commit4771cc7ee49ebf59f837a6899a6b1d7e044c011a (patch)
tree489d71715ecc8a876f5bc68610f646258927187d /book
parentc502cafecc42cc6099241e7ba129727bedf150d7 (diff)
align highlight scopes with documented scopes
Diffstat (limited to 'book')
-rw-r--r--book/src/themes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index a99e3a59..2d75ac57 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -120,6 +120,8 @@ We use a similar set of scopes as
- `path`
- `url`
+- `symbol` - Elixir atoms, Ruby symbols, Clojure keywords
+
- `comment` - Code comments
- `line` - Single line comments (`//`)
- `block` - Block comments (e.g. (`/* */`)