diff options
author | Michael Davis | 2021-10-14 18:45:32 +0000 |
---|---|---|
committer | Michael Davis | 2021-10-17 15:50:20 +0000 |
commit | 4771cc7ee49ebf59f837a6899a6b1d7e044c011a (patch) | |
tree | 489d71715ecc8a876f5bc68610f646258927187d /book/src | |
parent | c502cafecc42cc6099241e7ba129727bedf150d7 (diff) |
align highlight scopes with documented scopes
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 2 |
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. (`/* */`) |