diff options
author | Michael Davis | 2021-10-14 18:58:08 +0000 |
---|---|---|
committer | Michael Davis | 2021-10-17 15:50:20 +0000 |
commit | 80b54f2f69165897bfab376d031fab8e040331b6 (patch) | |
tree | db9bf446dd2f7a338ef0474687c04b0e7c67c2d0 /book/src | |
parent | 8f658f0dceffa7bcf2ea18cd6fd0a7dab4e37663 (diff) |
use special.string.symbol instead of symbol
this aligns better with how ruby highlights symbols
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index 2d75ac57..5a4d0403 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -119,8 +119,7 @@ We use a similar set of scopes as - `special` - `path` - `url` - -- `symbol` - Elixir atoms, Ruby symbols, Clojure keywords + - `symbol` - Erlang/Elixir atoms, Ruby symbols, Clojure keywords - `comment` - Code comments - `line` - Single line comments (`//`) |