use special.string.symbol instead of symbol

this aligns better with how ruby highlights symbols
This commit is contained in:
Michael Davis 2021-10-14 13:58:08 -05:00
parent 8f658f0dce
commit 80b54f2f69
No known key found for this signature in database
GPG key ID: 25D3AFE4BA2A0C49
2 changed files with 2 additions and 3 deletions

View file

@ -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 (`//`)

View file

@ -97,7 +97,7 @@
(quoted_atom)
(keyword)
(quoted_keyword)
] @symbol
] @string.special.symbol
[
(string)