aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-18 06:13:39 +0000
committerGitHub2021-10-18 06:13:39 +0000
commita03b12530c8231111184dbb35b57bfb1727f4d60 (patch)
tree588b22a60331ffadb86908cb5ff01ec8ffb0d46f /book/src
parentc278b43319b1a8beea872bc9b9678f3cef230fd7 (diff)
parent4d8eb09b7c436a82e3deff09cbf65a8c68201522 (diff)
Merge pull request #830 from the-mikedavis/official-elixir-tree-sitter
prefer elixir-lang/tree-sitter-elixir
Diffstat (limited to 'book/src')
-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 a99e3a59..5a4d0403 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -119,6 +119,7 @@ We use a similar set of scopes as
- `special`
- `path`
- `url`
+ - `symbol` - Erlang/Elixir atoms, Ruby symbols, Clojure keywords
- `comment` - Code comments
- `line` - Single line comments (`//`)